This repository was archived by the owner on Mar 28, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Expand file tree Collapse file tree 4 files changed +5
-3
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
- // TODO: remove XFAIL once GPU RT starts using "enablePreemption" by default.
11
- // XFAIL: *
12
10
// RUN: %clangxx -fsycl %s -o %t.out
13
11
// RUN: %GPU_RUN_PLACEHOLDER IGC_DumpToCustomDir=%t.dump IGC_ShaderDumpEnable=1 %t.out
14
12
// RUN: grep enablePreemption %t.dump/*.asm
Original file line number Diff line number Diff line change 9
9
// UNSUPPORTED: cuda || hip
10
10
// TODO/DEBUG Segmentation fault occurs with esimd_emulator backend
11
11
// XFAIL: esimd_emulator
12
+ // The test hangs on 22.05.22297 GPU RT on Linux
13
+ // UNSUPPORTED: linux && (opencl || level_zero) && gpu
12
14
//
13
15
// RUN: %clangxx -fsycl -fPIC -O3 %S/Inputs/complex-lib-sycl.cpp -c -o %t-lib-sycl.o
14
16
// 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 () {
Original file line number Diff line number Diff line change 3
3
// RUN: %HOST_RUN_PLACEHOLDER %t.out
4
4
// RUN: %CPU_RUN_PLACEHOLDER %t.out
5
5
// RUN: %GPU_RUN_PLACEHOLDER %t.out
6
- // XFAIL: level_zero
7
6
8
7
// TODO: enable this test after flaky bug is gone on Windows
9
8
// UNSUPPORTED: windows
You can’t perform that action at this time.
0 commit comments