Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit bb842e3

Browse files
authored
[SYCL] Xfail tests failing after driver uplift (#364)
The tests are failing with GPU RT 30.0.100.9667 on windows
1 parent 73aeb2a commit bb842e3

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

SYCL/AOT/gpu.cpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
// REQUIRES: ocloc, gpu
1010
// UNSUPPORTED: cuda
1111
// CUDA is not compatible with SPIR.
12-
12+
//
13+
// The test is failing with GPU RT 30.0.100.9667
14+
// XFAIL: windows
15+
//
1316
// RUN: %clangxx -fsycl -fsycl-targets=spir64_gen-unknown-unknown-sycldevice -Xsycl-target-backend=spir64_gen-unknown-unknown-sycldevice "-device *" %S/Inputs/aot.cpp -o %t.out
1417
// RUN: %GPU_RUN_PLACEHOLDER %t.out

SYCL/AOT/multiple-devices.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
// UNSUPPORTED: cuda
1111
// CUDA is not compatible with SPIR.
1212

13+
// The test is failing with GPU RT 30.0.100.9667
14+
// XFAIL: windows
15+
1316
// 1-command compilation case
1417
// Targeting CPU, GPU, FPGA
1518
// RUN: %clangxx -fsycl -fsycl-targets=spir64_x86_64-unknown-unknown-sycldevice,spir64_gen-unknown-unknown-sycldevice,spir64_fpga-unknown-unknown-sycldevice -Xsycl-target-backend=spir64_gen-unknown-unknown-sycldevice "-device *" %S/Inputs/aot.cpp -o %t_all.out

SYCL/DeviceCodeSplit/aot-gpu.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
// UNSUPPORTED: cuda
33
// CUDA does neither support device code splitting nor SPIR.
44
//
5+
// The test is failing with GPU RT 30.0.100.9667
6+
// XFAIL: windows
7+
//
58
// RUN: %clangxx -fsycl -fsycl-device-code-split=per_source \
69
// RUN: -fsycl-targets=spir64_gen-unknown-unknown-sycldevice \
710
// RUN: -Xsycl-target-backend=spir64_gen-unknown-unknown-sycldevice \

0 commit comments

Comments
 (0)