diff --git a/sycl/test-e2e/Matrix/joint_matrix_bf16_fill_k_cache_arg_dim.cpp b/sycl/test-e2e/Matrix/joint_matrix_bf16_fill_k_cache_arg_dim.cpp index 17bd9e136533f..6a0699541d343 100644 --- a/sycl/test-e2e/Matrix/joint_matrix_bf16_fill_k_cache_arg_dim.cpp +++ b/sycl/test-e2e/Matrix/joint_matrix_bf16_fill_k_cache_arg_dim.cpp @@ -6,7 +6,6 @@ // //===----------------------------------------------------------------------===// // REQUIRES: aspect-ext_intel_matrix -// XFAIL: arch-intel_gpu_pvc // RUN: %{build} -o %t_arg_dim_vnni.out %fp-model-precise -DARG_DIM -DVNNI // RUN: %{run} %t_arg_dim_vnni.out diff --git a/sycl/test-e2e/Matrix/joint_matrix_bf16_fill_k_cache_runtime_dim.cpp b/sycl/test-e2e/Matrix/joint_matrix_bf16_fill_k_cache_runtime_dim.cpp index 9aae167179d8a..f2939b2c02a01 100644 --- a/sycl/test-e2e/Matrix/joint_matrix_bf16_fill_k_cache_runtime_dim.cpp +++ b/sycl/test-e2e/Matrix/joint_matrix_bf16_fill_k_cache_runtime_dim.cpp @@ -6,7 +6,6 @@ // //===----------------------------------------------------------------------===// // REQUIRES: aspect-ext_intel_matrix -// XFAIL: arch-intel_gpu_pvc // RUN: %{build} -o %t_runtime_dim_vnni.out %fp-model-precise -DRUNTIME_DIM -DVNNI // RUN: %{run} %t_runtime_dim_vnni.out 256 diff --git a/sycl/test/no-xfail-without-tracker.cpp b/sycl/test/no-xfail-without-tracker.cpp index e36fda90c8c5a..7cb524dab5c47 100644 --- a/sycl/test/no-xfail-without-tracker.cpp +++ b/sycl/test/no-xfail-without-tracker.cpp @@ -50,7 +50,7 @@ // tests to match the required format and in that case you should just update // (i.e. reduce) the number and the list below. // -// NUMBER-OF-XFAIL-WITHOUT-TRACKER: 159 +// NUMBER-OF-XFAIL-WITHOUT-TRACKER: 157 // // List of improperly XFAIL-ed tests. // Remove the CHECK once the test has been propely XFAIL-ed. @@ -169,8 +169,6 @@ // CHECK-NEXT: Matrix/SPVCooperativeMatrix/joint_matrix_su_int8.cpp // CHECK-NEXT: Matrix/SPVCooperativeMatrix/joint_matrix_us_int8.cpp // CHECK-NEXT: Matrix/SPVCooperativeMatrix/joint_matrix_uu_int8.cpp -// CHECK-NEXT: Matrix/joint_matrix_bf16_fill_k_cache_arg_dim.cpp -// CHECK-NEXT: Matrix/joint_matrix_bf16_fill_k_cache_runtime_dim.cpp // CHECK-NEXT: Matrix/joint_matrix_bfloat16_colmajorA_colmajorB.cpp // CHECK-NEXT: Matrix/joint_matrix_colA_rowB_colC.cpp // CHECK-NEXT: Matrix/joint_matrix_int8_colmajorA_colmajorB.cpp