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

Remove XFAIL to align with GPU RT 30.0.100.9684 on Windows #375

Merged
merged 2 commits into from
Jul 28, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions SYCL/AOT/gpu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,5 @@
// 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
3 changes: 0 additions & 3 deletions SYCL/AOT/multiple-devices.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
// 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
Expand Down
3 changes: 0 additions & 3 deletions SYCL/DeviceCodeSplit/aot-gpu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
// 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 \
Expand Down