mirror of https://github.com/google/gemma.cpp.git
Merge 7efeb4fe06 into f56d18dd68
This commit is contained in:
commit
3cc9ec1177
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue