Skip to content

Commit 21a6054

Browse files
[SYCL][Joint Matrix][E2E] Remove xfail from Joint Matrix runtime dimension tests (#15784)
Description: The failure of the tests joint_matrix_bf16_fill_k_cache_arg_dim.cpp and joint_matrix_bf16_fill_k_cache_runtime_dim.cpp has been addressed in commit intel/intel-graphics-compiler@92236dc. The commit solves the issue by changing the Acc 32x64 and Acc 32x32 matrix types from using the array type [2 x <float x 64>] to a structure type { <float x 64>, <float x 64> }
1 parent cbdee7a commit 21a6054

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

sycl/test-e2e/Matrix/joint_matrix_bf16_fill_k_cache_arg_dim.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: aspect-ext_intel_matrix
9-
// XFAIL: arch-intel_gpu_pvc
109

1110
// RUN: %{build} -o %t_arg_dim_vnni.out %fp-model-precise -DARG_DIM -DVNNI
1211
// RUN: %{run} %t_arg_dim_vnni.out

sycl/test-e2e/Matrix/joint_matrix_bf16_fill_k_cache_runtime_dim.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
//
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: aspect-ext_intel_matrix
9-
// XFAIL: arch-intel_gpu_pvc
109

1110
// RUN: %{build} -o %t_runtime_dim_vnni.out %fp-model-precise -DRUNTIME_DIM -DVNNI
1211
// RUN: %{run} %t_runtime_dim_vnni.out 256

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
// tests to match the required format and in that case you should just update
5151
// (i.e. reduce) the number and the list below.
5252
//
53-
// NUMBER-OF-XFAIL-WITHOUT-TRACKER: 159
53+
// NUMBER-OF-XFAIL-WITHOUT-TRACKER: 157
5454
//
5555
// List of improperly XFAIL-ed tests.
5656
// Remove the CHECK once the test has been propely XFAIL-ed.
@@ -169,8 +169,6 @@
169169
// CHECK-NEXT: Matrix/SPVCooperativeMatrix/joint_matrix_su_int8.cpp
170170
// CHECK-NEXT: Matrix/SPVCooperativeMatrix/joint_matrix_us_int8.cpp
171171
// CHECK-NEXT: Matrix/SPVCooperativeMatrix/joint_matrix_uu_int8.cpp
172-
// CHECK-NEXT: Matrix/joint_matrix_bf16_fill_k_cache_arg_dim.cpp
173-
// CHECK-NEXT: Matrix/joint_matrix_bf16_fill_k_cache_runtime_dim.cpp
174172
// CHECK-NEXT: Matrix/joint_matrix_bfloat16_colmajorA_colmajorB.cpp
175173
// CHECK-NEXT: Matrix/joint_matrix_colA_rowB_colC.cpp
176174
// CHECK-NEXT: Matrix/joint_matrix_int8_colmajorA_colmajorB.cpp

0 commit comments

Comments
 (0)