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 bca8908d89417..e8ed2d3aaea85 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 @@ -13,7 +13,7 @@ // -ffp-model=precise is added to not depend on compiler defaults. -// XFAIL: run-mode && arch-intel_gpu_pvc +// XFAIL: run-mode && arch-intel_gpu_pvc && igc-dev // XFAIL-TRACKER: GSD-10510, GSD-11778 #include "common.hpp" 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 8541a4c96a80d..c9e3afcb60167 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 @@ -14,7 +14,7 @@ // -ffp-model=precise is added to not depend on compiler defaults. -// XFAIL: run-mode && arch-intel_gpu_pvc +// XFAIL: run-mode && arch-intel_gpu_pvc && igc-dev // XFAIL-TRACKER: GSD-10510, GSD-11778 #include "common.hpp" diff --git a/sycl/test-e2e/SubGroup/reduce.cpp b/sycl/test-e2e/SubGroup/reduce.cpp index c968835ba587e..165556df711b1 100644 --- a/sycl/test-e2e/SubGroup/reduce.cpp +++ b/sycl/test-e2e/SubGroup/reduce.cpp @@ -1,9 +1,6 @@ // RUN: %{build} -o %t.out // RUN: %{run} %t.out -// XFAIL: linux && (arch-intel_gpu_pvc || arch-intel_gpu_bmg_g21) && !igc-dev -// XFAIL-TRACKER: https://github.com/intel/llvm/issues/20757 - //==--------------- reduce.cpp - SYCL sub_group reduce test ----*- C++ -*---==// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.