Skip to content

Commit d116a91

Browse files
vladimirlazbb-sycl
authored andcommitted
[SYCL] Align tests with 22.05.22297 GPU RT (intel#871)
1 parent fad8ae8 commit d116a91

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

SYCL/ESIMD/preemption.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@
77
//===----------------------------------------------------------------------===//
88
// REQUIRES: gpu && linux
99
// UNSUPPORTED: cuda || hip
10+
<<<<<<< HEAD
1011
// UNSUPPORTED: esimd_emulator
12+
=======
13+
>>>>>>> 5e8f630e2 ([SYCL] Align tests with 22.05.22297 GPU RT (#871))
1114
// RUN: %clangxx -fsycl %s -o %t.out
1215
// RUN: %GPU_RUN_PLACEHOLDER IGC_DumpToCustomDir=%t.dump IGC_ShaderDumpEnable=1 %t.out
1316
// RUN: grep enablePreemption %t.dump/*.asm

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,15 @@
1010
// TODO/DEBUG Segmentation fault occurs with esimd_emulator backend
1111
// XFAIL: esimd_emulator
1212
<<<<<<< HEAD
13+
<<<<<<< HEAD
1314
// The test hangs on 22.05.22297 GPU RT on Linux
1415
// UNSUPPORTED: linux && (opencl || level_zero) && gpu
1516
=======
1617
>>>>>>> d98407d06 ([SYCL][ESIMD][EMU] Marking ESIMD kernels for esimd_emulator backend (#751))
18+
=======
19+
// The test hangs on 22.05.22297 GPU RT on Linux
20+
// UNSUPPORTED: linux && (opencl || level_zero) && gpu
21+
>>>>>>> 5e8f630e2 ([SYCL] Align tests with 22.05.22297 GPU RT (#871))
1722
//
1823
// RUN: %clangxx -fsycl -fPIC -O3 %S/Inputs/complex-lib-sycl.cpp -c -o %t-lib-sycl.o
1924
// 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() {

0 commit comments

Comments
 (0)