diff --git a/sycl/test-e2e/Basic/image/image_write.cpp b/sycl/test-e2e/Basic/image/image_write.cpp index 372ca0c846919..83894985f3c92 100644 --- a/sycl/test-e2e/Basic/image/image_write.cpp +++ b/sycl/test-e2e/Basic/image/image_write.cpp @@ -2,7 +2,7 @@ // RUN: %{build} -o %t.out // RUN: %{run} %t.out -// UNSUPPORTED: cuda || hip +// UNSUPPORTED: hip // TODO: re-enable on cuda device. // See https://github.com/intel/llvm/issues/1542#issuecomment-707877817 for more // details. diff --git a/sycl/test-e2e/Basic/image/image_write_fp16.cpp b/sycl/test-e2e/Basic/image/image_write_fp16.cpp index aa28cb6173cd5..a805d9976dd7f 100644 --- a/sycl/test-e2e/Basic/image/image_write_fp16.cpp +++ b/sycl/test-e2e/Basic/image/image_write_fp16.cpp @@ -1,6 +1,6 @@ // REQUIRES: aspect-fp16, aspect-ext_intel_legacy_image -// UNSUPPORTED: cuda, hip +// UNSUPPORTED: hip // RUN: %{build} -o %t.out // RUN: %{run} %t.out