diff --git a/sycl/test-e2e/AddressSanitizer/out-of-bounds/USM/arbitrary_access.cpp b/sycl/test-e2e/AddressSanitizer/out-of-bounds/USM/arbitrary_access.cpp index 02c233a179158..5115d5ad90a06 100644 --- a/sycl/test-e2e/AddressSanitizer/out-of-bounds/USM/arbitrary_access.cpp +++ b/sycl/test-e2e/AddressSanitizer/out-of-bounds/USM/arbitrary_access.cpp @@ -4,6 +4,9 @@ // RUN: %{build} %device_asan_flags -Xarch_device -mllvm=-asan-spir-shadow-bounds=1 -O2 -g -o %t3.out // RUN: %{run} not %t3.out 2>&1 | FileCheck %s +// UNSUPPORTED: arch-intel_gpu_pvc +// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/20361 + #include #include diff --git a/sycl/test-e2e/Assert/lit.local.cfg b/sycl/test-e2e/Assert/lit.local.cfg index aa56a61fcb306..e264227740de3 100644 --- a/sycl/test-e2e/Assert/lit.local.cfg +++ b/sycl/test-e2e/Assert/lit.local.cfg @@ -1,3 +1,4 @@ # https://github.com/intel/llvm/issues/17203 -config.unsupported_features += ['arch-intel_gpu_bmg_g21'] +# https://github.com/intel/llvm/issues/20361 +config.unsupported_features += ['arch-intel_gpu_bmg_g21','arch-intel_gpu_pvc'] diff --git a/sycl/test-e2e/SubGroup/reduce_spirv13.cpp b/sycl/test-e2e/SubGroup/reduce_spirv13.cpp index aaee44963d54a..20b04e134c503 100644 --- a/sycl/test-e2e/SubGroup/reduce_spirv13.cpp +++ b/sycl/test-e2e/SubGroup/reduce_spirv13.cpp @@ -1,6 +1,9 @@ // RUN: %{build} -o %t.out // RUN: %{run} %t.out +// UNSUPPORTED: arch-intel_gpu_pvc +// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/20361 + // This test verifies the correct work of SPIR-V 1.3 reduce algorithm // used with the operation MUL, bitwise OR, XOR, AND. diff --git a/sycl/test-e2e/SubGroup/reduce_spirv13_fp16.cpp b/sycl/test-e2e/SubGroup/reduce_spirv13_fp16.cpp index d74fbd9a856a8..a2137913aef94 100644 --- a/sycl/test-e2e/SubGroup/reduce_spirv13_fp16.cpp +++ b/sycl/test-e2e/SubGroup/reduce_spirv13_fp16.cpp @@ -1,6 +1,9 @@ // REQUIRES: aspect-fp16 // REQUIRES: gpu +// UNSUPPORTED: arch-intel_gpu_pvc +// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/20361 + // RUN: %{build} -o %t.out // RUN: %{run} %t.out diff --git a/sycl/test-e2e/SubGroup/reduce_spirv13_fp64.cpp b/sycl/test-e2e/SubGroup/reduce_spirv13_fp64.cpp index 543dc32e24fc3..84a9c0d241638 100644 --- a/sycl/test-e2e/SubGroup/reduce_spirv13_fp64.cpp +++ b/sycl/test-e2e/SubGroup/reduce_spirv13_fp64.cpp @@ -3,6 +3,9 @@ // RUN: %{build} -o %t.out // RUN: %{run} %t.out +// UNSUPPORTED: arch-intel_gpu_pvc +// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/20361 + // This test verifies the correct work of SPIR-V 1.3 reduce algorithm // used with MUL operation.