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 4246af2 commit afd95d7Copy full SHA for afd95d7
sycl/test-e2e/Matrix/Inputs/joint_matrix_bf16_fill_k_cache_impl.hpp
@@ -484,8 +484,9 @@ int main(
484
test<bfloat16, float, VnniFactor, /*TM*/ 32, /*TN*/ 64, /*TK*/ 16,
485
MCache1, NCache1, KCache1, MCache2, NCache2, KCache2>(matrix_size);
486
#ifndef PREFETCH // Workaround for GSD-10535
487
- test<bfloat16, float, VnniFactor, /*TM*/ 1, /*TN*/ 64, /*TK*/ 32, MCache1,
488
- NCache1, /*KCache1*/ 32, MCache2, NCache2, KCache2>(matrix_size);
+ // Commented out due flaky results. GSD-10537
+ // test<bfloat16, float, VnniFactor, /*TM*/ 1, /*TN*/ 64, /*TK*/ 32, MCache1,
489
+ // NCache1, /*KCache1*/ 32, MCache2, NCache2, KCache2>(matrix_size);
490
#endif // PREFETCH
491
test<bfloat16, float, VnniFactor, /*TM*/ 32, /*TN*/ 64, /*TK*/ 32,
492
MCache1, NCache1, /*KCache1*/ 32, MCache2, NCache2, KCache2>(
0 commit comments