This commit is contained in:
copybara-service[bot] 2026-03-25 12:02:06 +00:00 committed by GitHub
commit 3cc9ec1177
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 21 additions and 20 deletions

View File

@ -34,6 +34,7 @@ namespace gcpp {
std::vector<OutT*>, AlignedFloatVector> \ std::vector<OutT*>, AlignedFloatVector> \
TransposeQueriesToGroupsOfNBF16orInt16(hwy::Span<float*> queries_ptrs, \ TransposeQueriesToGroupsOfNBF16orInt16(hwy::Span<float*> queries_ptrs, \
int qkv_dim, size_t group_size); \ int qkv_dim, size_t group_size); \
\
/* NOLINTNEXTLINE(google-readability-namespace-comments) */ \ /* NOLINTNEXTLINE(google-readability-namespace-comments) */ \
} // namespace NAMESPACE } // namespace NAMESPACE