Skip to content

Commit 2a2b432

Browse files
authored
[SYCL][CUDA] Disable image_write test on CUDA devices (#2630)
1 parent 2196da3 commit 2a2b432

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

sycl/test/basic_tests/image/image_write.cpp

+5
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
// RUN: %CPU_RUN_PLACEHOLDER %t.out
44
// RUN: %GPU_RUN_PLACEHOLDER %t.out
55

6+
// UNSUPPORTED: cuda
7+
// TODO: re-enable on cuda device.
8+
// See https://github.com/intel/llvm/issues/1542#issuecomment-707877817 for more
9+
// details.
10+
611
#include "image_write.h"
712

813
int main() {

0 commit comments

Comments
 (0)