Skip to content

Commit d9b2d52

Browse files
authored
[SYCL][NFC] Temporarily disable sporadically failing test (#1526)
The issue is tracked here: #1508 Signed-off-by: Alexey Bader <[email protected]>
1 parent 404f93f commit d9b2d52

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)