diff --git a/sycl/test-e2e/DeviceArchitecture/device_architecture_comparison_on_device_aot.cpp b/sycl/test-e2e/DeviceArchitecture/device_architecture_comparison_on_device_aot.cpp index 88f55d00aa903..6076834aac650 100644 --- a/sycl/test-e2e/DeviceArchitecture/device_architecture_comparison_on_device_aot.cpp +++ b/sycl/test-e2e/DeviceArchitecture/device_architecture_comparison_on_device_aot.cpp @@ -1,6 +1,6 @@ // REQUIRES: arch-intel_gpu_pvc, ocloc -// XFAIL: arch-intel_gpu_pvc +// XFAIL: arch-intel_gpu_pvc && opencl && igc-dev // XFAIL-TRACKER: https://github.com/intel/llvm/issues/16401 // RUN: %clangxx -fsycl -fsycl-targets=intel_gpu_pvc %s -o %t.out diff --git a/sycl/test-e2e/DeviceCodeSplit/grf.cpp b/sycl/test-e2e/DeviceCodeSplit/grf.cpp index 1e5b085d207d6..3642483e52566 100644 --- a/sycl/test-e2e/DeviceCodeSplit/grf.cpp +++ b/sycl/test-e2e/DeviceCodeSplit/grf.cpp @@ -14,7 +14,7 @@ // compiler option // REQUIRES: arch-intel_gpu_pvc -// XFAIL: arch-intel_gpu_pvc +// XFAIL: arch-intel_gpu_pvc && opencl // XFAIL-TRACKER: https://github.com/intel/llvm/issues/16401 // RUN: %{build} -Wno-error=deprecated-declarations -o %t1.out 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 bd30efe1b217c..a0b4945c769b5 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 @@ -14,7 +14,7 @@ // Waiting for the commit in IGC to be pulled into the driver to resolve the // test. -// XFAIL: (!igc-dev || gpu-intel-dg2) && run-mode +// XFAIL: gpu-intel-dg2 && run-mode // XFAIL-TRACKER: GSD-10510 #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 ff30d4c40f6a7..8643bc8286280 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 @@ // Waiting for the commit in IGC to be pulled into the driver to resolve the // test. -// XFAIL: (!igc-dev || gpu-intel-dg2) && run-mode +// XFAIL: gpu-intel-dg2 && run-mode // XFAIL-TRACKER: GSD-10510 #include "common.hpp" diff --git a/sycl/test-e2e/MemorySanitizer/lit.local.cfg b/sycl/test-e2e/MemorySanitizer/lit.local.cfg index f9437ee4a9048..ae875daca989c 100644 --- a/sycl/test-e2e/MemorySanitizer/lit.local.cfg +++ b/sycl/test-e2e/MemorySanitizer/lit.local.cfg @@ -1,8 +1,10 @@ # TRACKER: https://github.com/intel/llvm/issues/16184 -# TRACKER for PVC: https://github.com/intel/llvm/issues/16401 -#has_arch_gpu_intel_pvc = any('arch-intel_gpu_pvc' in T for T in config.sycl_dev_features.values()) -#if not has_arch_gpu_intel_pvc: -config.unsupported_features += ['gpu'] +has_arch_gpu_intel_pvc = any('arch-intel_gpu_pvc' in T for T in config.sycl_dev_features.values()) +if not has_arch_gpu_intel_pvc: + config.unsupported_features += ['gpu'] +else: + # TRACKER for PVC + igc-dev: https://github.com/intel/llvm/issues/16401 + config.unsupported_features += ['igc-dev'] config.substitutions.append( ("%device_msan_flags", "-Xarch_device -fsanitize=memory") diff --git a/sycl/test-e2e/Regression/multithread_write_accessor.cpp b/sycl/test-e2e/Regression/multithread_write_accessor.cpp index 87299ed3e4d5c..b1d927517079c 100644 --- a/sycl/test-e2e/Regression/multithread_write_accessor.cpp +++ b/sycl/test-e2e/Regression/multithread_write_accessor.cpp @@ -1,7 +1,7 @@ // RUN: %{build} -o %t.out %threads_lib // RUN: %{run} %t.out -// XFAIL: arch-intel_gpu_pvc +// XFAIL: arch-intel_gpu_pvc && opencl // XFAIL-TRACKER: https://github.com/intel/llvm/issues/16401 #include diff --git a/sycl/test-e2e/syclcompat/launch/launch_policy_lmem.cpp b/sycl/test-e2e/syclcompat/launch/launch_policy_lmem.cpp index 033f5c99d74e1..fa253b8f1666f 100644 --- a/sycl/test-e2e/syclcompat/launch/launch_policy_lmem.cpp +++ b/sycl/test-e2e/syclcompat/launch/launch_policy_lmem.cpp @@ -23,12 +23,9 @@ // RUN: %{build} -fsycl-device-code-split=per_kernel -o %t.out // RUN: %{run} %t.out -// UNSUPPORTED: linux && opencl && (gpu-intel-gen12 || gpu-intel-dg2) +// UNSUPPORTED: linux && opencl && (gpu-intel-gen12 || gpu-intel-dg2 || arch-intel_gpu_pvc) // UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/15275 -// XFAIL: arch-intel_gpu_pvc -// XFAIL-TRACKER: https://github.com/intel/llvm/issues/16401 - #include #include #include