Skip to content

Commit 0d94c74

Browse files
authored
[SYCL] Enable image write tests for CUDA (#15598)
With the bindless image work already in those tests should be fixed. Test pass consistently in our local testing.
1 parent e9c9108 commit 0d94c74

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sycl/test-e2e/Basic/image/image_write.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// RUN: %{build} -o %t.out
33
// RUN: %{run} %t.out
44

5-
// UNSUPPORTED: cuda || hip
5+
// UNSUPPORTED: hip
66
// TODO: re-enable on cuda device.
77
// See https://github.com/intel/llvm/issues/1542#issuecomment-707877817 for more
88
// details.

sycl/test-e2e/Basic/image/image_write_fp16.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// REQUIRES: aspect-fp16, aspect-ext_intel_legacy_image
22

3-
// UNSUPPORTED: cuda, hip
3+
// UNSUPPORTED: hip
44

55
// RUN: %{build} -o %t.out
66
// RUN: %{run} %t.out

0 commit comments

Comments
 (0)