diff --git a/SYCL/AOT/gpu.cpp b/SYCL/AOT/gpu.cpp index df3e7947d8..a10b6090fb 100644 --- a/SYCL/AOT/gpu.cpp +++ b/SYCL/AOT/gpu.cpp @@ -9,6 +9,9 @@ // REQUIRES: ocloc, gpu // UNSUPPORTED: cuda // CUDA is not compatible with SPIR. - +// +// The test is failing with GPU RT 30.0.100.9667 +// XFAIL: windows +// // 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 // RUN: %GPU_RUN_PLACEHOLDER %t.out diff --git a/SYCL/AOT/multiple-devices.cpp b/SYCL/AOT/multiple-devices.cpp index f366ca36e5..e8f0907907 100644 --- a/SYCL/AOT/multiple-devices.cpp +++ b/SYCL/AOT/multiple-devices.cpp @@ -10,6 +10,9 @@ // UNSUPPORTED: cuda // CUDA is not compatible with SPIR. +// The test is failing with GPU RT 30.0.100.9667 +// XFAIL: windows + // 1-command compilation case // Targeting CPU, GPU, FPGA // 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 diff --git a/SYCL/DeviceCodeSplit/aot-gpu.cpp b/SYCL/DeviceCodeSplit/aot-gpu.cpp index 06e739ef20..e2bc1aadc1 100644 --- a/SYCL/DeviceCodeSplit/aot-gpu.cpp +++ b/SYCL/DeviceCodeSplit/aot-gpu.cpp @@ -2,6 +2,9 @@ // UNSUPPORTED: cuda // CUDA does neither support device code splitting nor SPIR. // +// The test is failing with GPU RT 30.0.100.9667 +// XFAIL: windows +// // RUN: %clangxx -fsycl -fsycl-device-code-split=per_source \ // RUN: -fsycl-targets=spir64_gen-unknown-unknown-sycldevice \ // RUN: -Xsycl-target-backend=spir64_gen-unknown-unknown-sycldevice \