Skip to content

Commit 61eb562

Browse files
authored
[SYCL][E2E] Disable CUDA tests sporadically failing in nightly (#17020)
See https://github.com/intel/llvm/actions/runs/13321667846 Signed-off-by: Sarnie, Nick <nick.sarnie@intel.com>
1 parent b79738b commit 61eb562

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

sycl/test-e2e/EnqueueNativeCommand/custom-command-multiple-dev-cuda.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
// REQUIRES: cuda, cuda_dev_kit
2+
// UNSUPPORTED: cuda
3+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/16951
24
// RUN: %{build} -o %t.out %cuda_options
35
// RUN: %{run} %t.out
46

sycl/test-e2e/WorkGroupScratchMemory/copy_dynamic_size.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// RUN: %{build} -o %t.out
22
// RUN: %{run} %t.out
33
//
4-
// XFAIL: cuda
5-
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/16968
4+
// UNSUPPORTED: cuda
5+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/16968
66

77
// UNSUPPORTED: gpu-intel-gen12
88
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/16072

0 commit comments

Comments
 (0)