Skip to content

Commit ee397f9

Browse files
authored
[SYCL][E2E] Disable tests that might be causing PVC hangs (#20362)
These tests are mentioned in i915 kernel driver errors on multiple PVC machines, so just guessing they are related to the issue. Signed-off-by: Sarnie, Nick <[email protected]>
1 parent 1f1382b commit ee397f9

File tree

5 files changed

+14
-1
lines changed

5 files changed

+14
-1
lines changed

sycl/test-e2e/AddressSanitizer/out-of-bounds/USM/arbitrary_access.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
// RUN: %{build} %device_asan_flags -Xarch_device -mllvm=-asan-spir-shadow-bounds=1 -O2 -g -o %t3.out
55
// RUN: %{run} not %t3.out 2>&1 | FileCheck %s
66

7+
// UNSUPPORTED: arch-intel_gpu_pvc
8+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/20361
9+
710
#include <sycl/detail/core.hpp>
811
#include <sycl/usm.hpp>
912

sycl/test-e2e/Assert/lit.local.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# https://github.com/intel/llvm/issues/17203
2-
config.unsupported_features += ['arch-intel_gpu_bmg_g21']
2+
# https://github.com/intel/llvm/issues/20361
3+
config.unsupported_features += ['arch-intel_gpu_bmg_g21','arch-intel_gpu_pvc']
34

sycl/test-e2e/SubGroup/reduce_spirv13.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
// RUN: %{build} -o %t.out
22
// RUN: %{run} %t.out
33

4+
// UNSUPPORTED: arch-intel_gpu_pvc
5+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/20361
6+
47
// This test verifies the correct work of SPIR-V 1.3 reduce algorithm
58
// used with the operation MUL, bitwise OR, XOR, AND.
69

sycl/test-e2e/SubGroup/reduce_spirv13_fp16.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
// REQUIRES: aspect-fp16
22
// REQUIRES: gpu
33

4+
// UNSUPPORTED: arch-intel_gpu_pvc
5+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/20361
6+
47
// RUN: %{build} -o %t.out
58
// RUN: %{run} %t.out
69

sycl/test-e2e/SubGroup/reduce_spirv13_fp64.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
// RUN: %{build} -o %t.out
44
// RUN: %{run} %t.out
55

6+
// UNSUPPORTED: arch-intel_gpu_pvc
7+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/20361
8+
69
// This test verifies the correct work of SPIR-V 1.3 reduce algorithm
710
// used with MUL operation.
811

0 commit comments

Comments
 (0)