Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

Commit

Permalink
add blocksize=16 case
Browse files Browse the repository at this point in the history
  • Loading branch information
luoyu-intel committed Apr 18, 2024
1 parent 5f3ec2e commit 6665f14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bestla/bestla/ut/bestla_prologue_b.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -977,6 +977,7 @@ class UT_CompInt8 {
void ut_s2() {
GetCPUDevice();
if (_cd->AVX_VNNI()) {
ut_newkblock<gemm::ICoreRowNAvxvnniKBlock<24, 2>>(1, 4096, 4096, 16, BTLA_DTYPE::S2_CLIP, BTLA_DTYPE::BF16);
ut_newkblock<gemm::ICoreRowNAvxvnniKBlock<24, 2>>(1, 4096, 4096, 32, BTLA_DTYPE::S2_CLIP, BTLA_DTYPE::F32);
ut_newkblock<gemm::ICoreRowNAvxvnniKBlock<24, 2>>(1, 4096, 4096, 128, BTLA_DTYPE::S2_CLIP, BTLA_DTYPE::F32);
}
Expand Down

0 comments on commit 6665f14

Please sign in to comment.