Skip to content

Commit f949e05

Browse files
authored
[SYCL] Align tests with 22.05.22297 GPU RT (intel/llvm-test-suite#871)
1 parent 0ed21c0 commit f949e05

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

SYCL/ESIMD/preemption.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: gpu && linux
99
// UNSUPPORTED: cuda || hip
10-
// TODO: remove XFAIL once GPU RT starts using "enablePreemption" by default.
11-
// XFAIL: *
1210
// RUN: %clangxx -fsycl %s -o %t.out
1311
// RUN: %GPU_RUN_PLACEHOLDER IGC_DumpToCustomDir=%t.dump IGC_ShaderDumpEnable=1 %t.out
1412
// RUN: grep enablePreemption %t.dump/*.asm

SYCL/ESIMD/regression/complex-lib-lin.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
// UNSUPPORTED: cuda || hip
1010
// TODO/DEBUG Segmentation fault occurs with esimd_emulator backend
1111
// XFAIL: esimd_emulator
12+
// The test hangs on 22.05.22297 GPU RT on Linux
13+
// UNSUPPORTED: linux && (opencl || level_zero) && gpu
1214
//
1315
// RUN: %clangxx -fsycl -fPIC -O3 %S/Inputs/complex-lib-sycl.cpp -c -o %t-lib-sycl.o
1416
// RUN: %clangxx -fsycl -fPIC -O3 %S/Inputs/complex-lib-esimd.cpp -c -o %t-lib-esimd.o

SYCL/Regression/static-buffer-dtor.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
// Failing on HIP AMD
1919
// XFAIL: hip_amd
2020

21+
// The test fails on 22.05.22297 GPU RT on Linux
22+
// XFAIL: linux && (opencl || level_zero) && gpu
23+
2124
#include <CL/sycl.hpp>
2225

2326
int main() {

SYCL/Sampler/normalized-clamp-nearest.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
// RUN: %HOST_RUN_PLACEHOLDER %t.out
44
// RUN: %CPU_RUN_PLACEHOLDER %t.out
55
// RUN: %GPU_RUN_PLACEHOLDER %t.out
6-
// XFAIL: level_zero
76

87
// TODO: enable this test after flaky bug is gone on Windows
98
// UNSUPPORTED: windows

0 commit comments

Comments
 (0)