Skip to content

Commit bf2181a

Browse files
enable test until InvokeSimd for PVC
1 parent 99acd5e commit bf2181a

32 files changed

+93
-8
lines changed

sycl/test-e2e/AddressSanitizer/aot/gpu.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// REQUIRES: linux, gpu && level_zero
22
// REQUIRES: (arch-intel_gpu_pvc || gpu-intel-dg2)
3-
// UNSUPPORTED: spirv-backend
43

54
// RUN: %{run-aux} %{build} %device_asan_aot_flags -O0 -g %S/Inputs/host-usm-oob.cpp -o %t.out
65
// RUN: %{run} not %t.out 2>&1 | FileCheck %S/Inputs/host-usm-oob.cpp
@@ -13,3 +12,6 @@
1312

1413
// RUN: %{run-aux} %{build} %device_asan_aot_flags -O3 -g %S/Inputs/host-usm-oob.cpp -o %t.out
1514
// RUN: %{run} not %t.out 2>&1 | FileCheck %S/Inputs/host-usm-oob.cpp
15+
16+
// XFAIL: spirv-backend && arch-intel_gpu_pvc
17+
// XFAIL-TRACKER: CMPLRLLVM-64052

sycl/test-e2e/AddressSanitizer/common/kernel-filter-aot-gpu.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,6 @@
55
// RUN: %{run} %t1 2>&1 | FileCheck %S/kernel-filter.cpp --check-prefixes CHECK-IGNORE
66
// RUN: %{run-aux} %{build} %device_asan_aot_flags %S/kernel-filter.cpp -g -O2 -o %t2
77
// RUN: %{run} not %t2 2>&1 | FileCheck %S/kernel-filter.cpp
8+
9+
// XFAIL: spirv-backend && arch-intel_gpu_pvc
10+
// XFAIL-TRACKER: CMPLRLLVM-64052

sycl/test-e2e/AddressSanitizer/common/kernel-filter.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 -g -O2 -o %t2
55
// RUN: %{run} not %t2 2>&1 | FileCheck %s
66

7+
// XFAIL: spirv-backend && arch-intel_gpu_pvc
8+
// XFAIL-TRACKER: CMPLRLLVM-64052
9+
710
#include <sycl/detail/core.hpp>
811
#include <sycl/usm.hpp>
912

sycl/test-e2e/AddressSanitizer/common/options-redzone.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
// RUN: env UR_LOG_SANITIZER=level:debug UR_LAYER_ASAN_OPTIONS=redzone:8 %{run} %t2.out 2>&1 | FileCheck --check-prefixes CHECK-MIN %s
88
// clang-format on
99

10+
// XFAIL: spirv-backend && arch-intel_gpu_pvc
11+
// XFAIL-TRACKER: CMPLRLLVM-64052
12+
1013
#include <sycl/usm.hpp>
1114

1215
int main() {

sycl/test-e2e/AddressSanitizer/misaligned/misalign-int.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
// RUN: %{run} not %t2.out 2>&1 | FileCheck %s
66
// RUN: %{build} %device_asan_flags -O2 -g -o %t3.out
77
// RUN: %{run} not %t3.out 2>&1 | FileCheck %s
8+
9+
// XFAIL: spirv-backend && arch-intel_gpu_pvc
10+
// XFAIL-TRACKER: CMPLRLLVM-64052
11+
812
#include <sycl/detail/core.hpp>
913
#include <sycl/usm.hpp>
1014

sycl/test-e2e/AddressSanitizer/misaligned/misalign-long.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
// RUN: %{run} not %t2.out 2>&1 | FileCheck %s
66
// RUN: %{build} %device_asan_flags -O2 -g -o %t3.out
77
// RUN: %{run} not %t3.out 2>&1 | FileCheck %s
8+
9+
// XFAIL: spirv-backend && arch-intel_gpu_pvc
10+
// XFAIL-TRACKER: CMPLRLLVM-64052
11+
812
#include <sycl/detail/core.hpp>
913
#include <sycl/usm.hpp>
1014

sycl/test-e2e/AddressSanitizer/misaligned/misalign-short.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
// RUN: %{run} not %t2.out 2>&1 | FileCheck %s
66
// RUN: %{build} %device_asan_flags -O2 -g -o %t3.out
77
// RUN: %{run} not %t3.out 2>&1 | FileCheck %s
8+
9+
// XFAIL: spirv-backend && arch-intel_gpu_pvc
10+
// XFAIL-TRACKER: CMPLRLLVM-64052
11+
812
#include <sycl/detail/core.hpp>
913
#include <sycl/usm.hpp>
1014

sycl/test-e2e/AddressSanitizer/out-of-bounds/DeviceGlobal/device_global_image_scope.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
// RUN: %{build} %device_asan_flags -O2 -g -o %t3.out
77
// RUN: %{run} not %t3.out 2>&1 | FileCheck %s
88

9+
// XFAIL: spirv-backend && arch-intel_gpu_pvc
10+
// XFAIL-TRACKER: CMPLRLLVM-64052
11+
912
#include <sycl/detail/core.hpp>
1013

1114
#include <sycl/ext/oneapi/device_global/device_global.hpp>

sycl/test-e2e/AddressSanitizer/out-of-bounds/DeviceGlobal/device_global_image_scope_unaligned.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
// RUN: %{build} %device_asan_flags -O2 -g -o %t3.out
77
// RUN: %{run} not %t3.out 2>&1 | FileCheck %s
88

9+
// XFAIL: spirv-backend && arch-intel_gpu_pvc
10+
// XFAIL-TRACKER: CMPLRLLVM-64052
11+
912
#include <sycl/detail/core.hpp>
1013

1114
#include <sycl/ext/oneapi/device_global/device_global.hpp>

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
// RUN: %{build} %device_asan_flags -DMALLOC_SHARED -O2 -g -o %t5.out
1111
// RUN: %{run} not %t5.out &> %t.txt ; FileCheck --check-prefixes CHECK,CHECK-SHARED --input-file %t.txt %s
1212

13+
// XFAIL: spirv-backend && arch-intel_gpu_pvc
14+
// XFAIL-TRACKER: CMPLRLLVM-64052
15+
1316
#include <sycl/detail/core.hpp>
1417

1518
#include <sycl/usm.hpp>

0 commit comments

Comments
 (0)