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

Commit e813726

Browse files
authored
Remove XFAIL to align with GPU RT 30.0.100.9684 on Windows (#375)
1 parent 7c6566a commit e813726

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

SYCL/AOT/gpu.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,5 @@
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-
//
1613
// 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
1714
// RUN: %GPU_RUN_PLACEHOLDER %t.out

SYCL/AOT/multiple-devices.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
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-
1613
// 1-command compilation case
1714
// Targeting CPU, GPU, FPGA
1815
// 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: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
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-
//
85
// RUN: %clangxx -fsycl -fsycl-device-code-split=per_source \
96
// RUN: -fsycl-targets=spir64_gen-unknown-unknown-sycldevice \
107
// RUN: -Xsycl-target-backend=spir64_gen-unknown-unknown-sycldevice \

0 commit comments

Comments
 (0)