Skip to content

Commit dc3027a

Browse files
authored
[SYCL][E2E] Disable failing SYCLBIN tests on cuda (#19534)
#19533 Signed-off-by: Sarnie, Nick <nick.sarnie@intel.com>
1 parent bab814a commit dc3027a

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

sycl/test-e2e/SYCLBIN/dg_executable.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
// UNSUPPORTED: opencl && gpu
1414
// UNSUPPORTED-TRACKER: GSD-4287
1515

16+
// UNSUPPORTED: cuda
17+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/19533
18+
1619
// RUN: %clangxx --offload-new-driver -fsyclbin=executable %{sycl_target_opts} %{syclbin_exec_opts} %S/Inputs/dg_kernel.cpp -o %t.syclbin
1720
// RUN: %{build} -o %t.out
1821
// RUN: %{l0_leak_check} %{run} %t.out %t.syclbin

sycl/test-e2e/SYCLBIN/dg_input.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
// UNSUPPORTED: opencl && gpu
1414
// UNSUPPORTED-TRACKER: GSD-4287
1515

16+
// UNSUPPORTED: cuda
17+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/19533
18+
1619
// RUN: %clangxx --offload-new-driver -fsyclbin=input %{sycl_target_opts} %S/Inputs/dg_kernel.cpp -o %t.syclbin
1720
// RUN: %{build} -o %t.out
1821
// RUN: %{l0_leak_check} %{run} %t.out %t.syclbin

0 commit comments

Comments
 (0)