File tree Expand file tree Collapse file tree 3 files changed +11
-0
lines changed Expand file tree Collapse file tree 3 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 7
7
// ===----------------------------------------------------------------------===//
8
8
// REQUIRES: gpu && linux
9
9
// UNSUPPORTED: cuda || hip
10
+ <<<<<<< HEAD
10
11
// UNSUPPORTED: esimd_emulator
12
+ =======
13
+ >>>>>>> 5e8f630e2 ([SYCL] Align tests with 22.05.22297 GPU RT (#871 ))
11
14
// RUN: %clangxx -fsycl %s -o %t.out
12
15
// RUN: %GPU_RUN_PLACEHOLDER IGC_DumpToCustomDir=%t.dump IGC_ShaderDumpEnable=1 %t.out
13
16
// RUN: grep enablePreemption %t.dump/*.asm
Original file line number Diff line number Diff line change 10
10
// TODO/DEBUG Segmentation fault occurs with esimd_emulator backend
11
11
// XFAIL: esimd_emulator
12
12
<<<<<<< HEAD
13
+ <<<<<<< HEAD
13
14
// The test hangs on 22.05.22297 GPU RT on Linux
14
15
// UNSUPPORTED: linux && (opencl || level_zero) && gpu
15
16
=======
16
17
>>>>>>> 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 ))
17
22
//
18
23
// RUN: %clangxx -fsycl -fPIC -O3 %S/Inputs/complex-lib-sycl.cpp -c -o %t-lib-sycl.o
19
24
// RUN: %clangxx -fsycl -fPIC -O3 %S/Inputs/complex-lib-esimd.cpp -c -o %t-lib-esimd.o
Original file line number Diff line number Diff line change 18
18
// Failing on HIP AMD
19
19
// XFAIL: hip_amd
20
20
21
+ // The test fails on 22.05.22297 GPU RT on Linux
22
+ // XFAIL: linux && (opencl || level_zero) && gpu
23
+
21
24
#include < CL/sycl.hpp>
22
25
23
26
int main () {
You can’t perform that action at this time.
0 commit comments