Skip to content

Commit ccd1f00

Browse files
committed
[NFC] Format
1 parent afd95d7 commit ccd1f00

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

sycl/test-e2e/Matrix/Inputs/joint_matrix_bf16_fill_k_cache_impl.hpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -484,8 +484,9 @@ int main(
484484
test<bfloat16, float, VnniFactor, /*TM*/ 32, /*TN*/ 64, /*TK*/ 16,
485485
MCache1, NCache1, KCache1, MCache2, NCache2, KCache2>(matrix_size);
486486
#ifndef PREFETCH // Workaround for GSD-10535
487-
// Commented out due flaky results. GSD-10537
488-
// test<bfloat16, float, VnniFactor, /*TM*/ 1, /*TN*/ 64, /*TK*/ 32, MCache1,
487+
// Commented out due flaky results. GSD-10537
488+
// test<bfloat16, float, VnniFactor, /*TM*/ 1, /*TN*/ 64, /*TK*/ 32,
489+
// MCache1,
489490
// NCache1, /*KCache1*/ 32, MCache2, NCache2, KCache2>(matrix_size);
490491
#endif // PREFETCH
491492
test<bfloat16, float, VnniFactor, /*TM*/ 32, /*TN*/ 64, /*TK*/ 32,

0 commit comments

Comments
 (0)