Skip to content

Commit b88cd76

Browse files
committed
[SYCL][CUDA] Mark LIT image api test as unsupported
The LIT image api test: * requires OpenCL interop which CUDA does not support, and * SYCL images are not compatible with CUDA. Signed-off-by: Bjoern Knafla <[email protected]>
1 parent b7f98c8 commit b88cd76

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

sycl/test/basic_tests/image_api.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1+
// REQUIRES: opencl
12
// UNSUPPORTED: cuda
2-
// CUDA is not compatible with the OpenCL image spec.
3+
// CUDA does not support OpenCL interop.
4+
// CUDA cannot support OpenCL spec conform images.
35
//
46
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple -I %sycl_source_dir %s -o %t1.out
57
// RUN: %clangxx -I %sycl_source_dir %s -o %t3.out -lsycl

0 commit comments

Comments
 (0)