From 7493ec73fea1aa704925f828e3b89b0745d5fc7a Mon Sep 17 00:00:00 2001 From: Vladimir Lazarev Date: Thu, 15 Jul 2021 11:14:00 +0300 Subject: [PATCH] [SYCL] Xfail tests failing after driver uplift The tests are failing with GPU RT 30.0.100.9667 on windows --- SYCL/AOT/gpu.cpp | 5 ++++- SYCL/AOT/multiple-devices.cpp | 3 +++ SYCL/DeviceCodeSplit/aot-gpu.cpp | 3 +++ 3 files changed, 10 insertions(+), 1 deletion(-) 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 \