Skip to content

Commit 838d9c2

Browse files
committed
[SYCL][NFC] Temporarily disable sporadically failing test
The issue is tracked here: intel#1508 Signed-off-by: Alexey Bader <alexey.bader@intel.com>
1 parent eeca872 commit 838d9c2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sycl/test/basic_tests/buffer/buffer_dev_to_dev.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// The test fails sporadically on cuda.
2+
// See https://github.com/intel/llvm/issues/1508 for more details.
3+
// UNSUPPORTED: cuda
4+
15
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
26
// RUN: env SYCL_DEVICE_TYPE=HOST %t.out
37
// RUN: %CPU_RUN_PLACEHOLDER %t.out

0 commit comments

Comments
 (0)