Make namespace comment consistent (#1305)

Co-authored-by: Sony Nguyen <son.nguyen@bytedance.com>
This commit is contained in:
Son Nguyen 2024-10-31 13:32:49 +08:00 committed by GitHub
parent c1d146cbd5
commit 478ee666cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 7 additions and 7 deletions

View File

@ -245,4 +245,4 @@ __global__ void combine_attn_seqk_parallel(Params const params) {
}
}
}
} // namespace flash

View File

@ -38,4 +38,4 @@ enum class BwdNamedBarriers {
dQFull = 8,
};
} // flash
} // namespace flash

View File

@ -368,4 +368,4 @@ CUTLASS_DEVICE auto FixedGQASeqLenTraits::get_o_local_tile_tensor(
////////////////////////////////////////////////////////////////////////////////////////////////////
} // namespace flash
} // namespace flash

View File

@ -232,4 +232,4 @@ struct Softmax {
};
} // namespace flash
} // namespace flash

View File

@ -298,4 +298,4 @@ public:
};
} // flash
} // namespace flash

View File

@ -89,4 +89,4 @@ public:
};
} // flash
} // namespace flash

View File

@ -445,4 +445,4 @@ __forceinline__ __device__ void write_O(
////////////////////////////////////////////////////////////////////////////////////////////////////
} // namespace flash
} // namespace flash