Skip to content

Commit 089fc67

Browse files
authored
[SYCL][CUDA] Re-enable LIT tests for CUDA (#1843)
Re-enabling LIT tests marked as `UNSUPPORTED: cuda` that were previosuly failing non-deterministically and should be fixed by commit 3797020. Signed-off-by: Bjoern Knafla <[email protected]>
1 parent 927a935 commit 089fc67

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

sycl/test/basic_tests/buffer/buffer_dev_to_dev.cpp

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

sycl/test/basic_tests/handler/handler_mem_op.cpp

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

0 commit comments

Comments
 (0)