We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b66a02f commit ed78705Copy full SHA for ed78705
sycl/test-e2e/Matrix/joint_matrix_bf16_fill_k_cache_impl.hpp
@@ -483,10 +483,11 @@ size_t matrix_size = -1;
483
MCache1, NCache1, KCache1, MCache2, NCache2, KCache2>(matrix_size);
484
test<bfloat16, float, VnniFactor, /*TM*/ 32, /*TN*/ 64, /*TK*/ 16,
485
486
- test<bfloat16, float, VnniFactor, /*TM*/ 1, /*TN*/ 64, /*TK*/ 32,
487
- MCache1, NCache1, KCache1, MCache2, NCache2, KCache2>(matrix_size);
+ test<bfloat16, float, VnniFactor, /*TM*/ 1, /*TN*/ 64, /*TK*/ 32, MCache1,
+ NCache1, /*KCache1*/ 32, MCache2, NCache2, KCache2>(matrix_size);
488
test<bfloat16, float, VnniFactor, /*TM*/ 32, /*TN*/ 64, /*TK*/ 32,
489
+ MCache1, NCache1, /*KCache1*/ 32, MCache2, NCache2, KCache2>(
490
+ matrix_size);
491
#endif
492
break;
493
}
0 commit comments