diff --git a/sycl/test-e2e/Matrix/SPVCooperativeMatrix/joint_matrix_prefetch.cpp b/sycl/test-e2e/Matrix/SPVCooperativeMatrix/joint_matrix_prefetch.cpp index cc1c848f82fba..daeadb6c8f658 100644 --- a/sycl/test-e2e/Matrix/SPVCooperativeMatrix/joint_matrix_prefetch.cpp +++ b/sycl/test-e2e/Matrix/SPVCooperativeMatrix/joint_matrix_prefetch.cpp @@ -10,8 +10,7 @@ // RUN: %{run} %t.out // XFAIL: cpu -// https://github.com/intel/llvm/issues/14826 -// XFAIL: arch-intel_gpu_pvc && !igc-dev +// XFAIL-TRACKER: CMPLRLLVM-62790 #include "../common.hpp" diff --git a/sycl/test-e2e/Matrix/joint_matrix_bf16_fill_k_cache_prefetch.cpp b/sycl/test-e2e/Matrix/joint_matrix_bf16_fill_k_cache_prefetch.cpp index 191bd6731ba8b..308a0ed5ef48b 100644 --- a/sycl/test-e2e/Matrix/joint_matrix_bf16_fill_k_cache_prefetch.cpp +++ b/sycl/test-e2e/Matrix/joint_matrix_bf16_fill_k_cache_prefetch.cpp @@ -16,11 +16,5 @@ // -ffp-model=precise is added to not depend on compiler defaults. -// This test will be adjusted to run on the CPU -// XFAIL:cpu - -// https://github.com/intel/llvm/issues/14826 -// XFAIL: arch-intel_gpu_pvc && !igc-dev - #include "common.hpp" #include "joint_matrix_bf16_fill_k_cache_impl.hpp" diff --git a/sycl/test-e2e/Matrix/joint_matrix_prefetch.cpp b/sycl/test-e2e/Matrix/joint_matrix_prefetch.cpp index 51085f8c3705f..df5c4b27a122b 100644 --- a/sycl/test-e2e/Matrix/joint_matrix_prefetch.cpp +++ b/sycl/test-e2e/Matrix/joint_matrix_prefetch.cpp @@ -9,9 +9,6 @@ // RUN: %{build} -o %t.out // RUN: %{run} %t.out -// https://github.com/intel/llvm/issues/14826 -// XFAIL: arch-intel_gpu_pvc && !igc-dev - #include "common.hpp" constexpr size_t TN = 16; diff --git a/sycl/test-e2e/no-xfail-without-tracker.cpp b/sycl/test-e2e/no-xfail-without-tracker.cpp index 4b8790a9e7900..44dc103fcf264 100644 --- a/sycl/test-e2e/no-xfail-without-tracker.cpp +++ b/sycl/test-e2e/no-xfail-without-tracker.cpp @@ -47,4 +47,4 @@ // tests to match the required format and in that case you should just update // (i.e. reduce) the number below. // -// NUMBER-OF-XFAIL-WITHOUT-TRACKER: 175 +// NUMBER-OF-XFAIL-WITHOUT-TRACKER: 170 \ No newline at end of file