Skip to content

Commit 7561b2f

Browse files
resolve comments
1 parent bf10daf commit 7561b2f

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

sycl/test-e2e/Matrix/joint_matrix_bf16_fill_k_cache_arg_dim.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@
1212

1313
// -ffp-model=precise is added to not depend on compiler defaults.
1414

15+
// Waiting for the commit in IGC to be pulled into the driver to resolve the test.
1516
// XFAIL: gpu
17+
// XFAIL-TRACKER: CMPLRLLVM-63710
1618

1719
#include "common.hpp"
1820
#include "joint_matrix_bf16_fill_k_cache_impl.hpp"

sycl/test-e2e/Matrix/joint_matrix_bf16_fill_k_cache_runtime_dim.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@
1212

1313
// -ffp-model=precise is added to not depend on compiler defaults.
1414

15+
// Waiting for the commit in IGC to be pulled into the driver
1516
// XFAIL: gpu
17+
// XFAIL-TRACKER: CMPLRLLVM-63710
1618

1719
#include "common.hpp"
1820
#include "joint_matrix_bf16_fill_k_cache_impl.hpp"

sycl/test/e2e_test_requirements/no-xfail-without-tracker.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
// tests to match the required format and in that case you should just update
5252
// (i.e. reduce) the number and the list below.
5353
//
54-
// NUMBER-OF-XFAIL-WITHOUT-TRACKER: 79
54+
// NUMBER-OF-XFAIL-WITHOUT-TRACKER: 77
5555
//
5656
// List of improperly XFAIL-ed tests.
5757
// Remove the CHECK once the test has been properly XFAIL-ed.
@@ -96,8 +96,6 @@
9696
// CHECK-NEXT: Matrix/SG32/joint_matrix_prefetch.cpp
9797
// CHECK-NEXT: Matrix/SG32/joint_matrix_rowmajorA_rowmajorB.cpp
9898
// CHECK-NEXT: Matrix/SG32/joint_matrix_unaligned_k.cpp
99-
// CHECK-NEXT: Matrix/joint_matrix_bf16_fill_k_cache_arg_dim.cpp
100-
// CHECK-NEXT: Matrix/joint_matrix_bf16_fill_k_cache_runtime_dim.cpp
10199
// CHECK-NEXT: Matrix/joint_matrix_bfloat16_colmajorA_colmajorB.cpp
102100
// CHECK-NEXT: Matrix/joint_matrix_colA_rowB_colC.cpp
103101
// CHECK-NEXT: Matrix/joint_matrix_int8_colmajorA_colmajorB.cpp

0 commit comments

Comments
 (0)