Skip to content

Commit

Permalink
[SYCL][E2E] Disable CUDA tests sporadically failing in nightly (#17020)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarnex authored Feb 14, 2025
1 parent b79738b commit 61eb562
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
// REQUIRES: cuda, cuda_dev_kit
// UNSUPPORTED: cuda
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/16951
// RUN: %{build} -o %t.out %cuda_options
// RUN: %{run} %t.out

Expand Down
4 changes: 2 additions & 2 deletions sycl/test-e2e/WorkGroupScratchMemory/copy_dynamic_size.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// RUN: %{build} -o %t.out
// RUN: %{run} %t.out
//
// XFAIL: cuda
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/16968
// UNSUPPORTED: cuda
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/16968

// UNSUPPORTED: gpu-intel-gen12
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/16072
Expand Down

0 comments on commit 61eb562

Please sign in to comment.