From 8f607bd686d6777a53141e02af4ef2afb93ab773 Mon Sep 17 00:00:00 2001 From: Jakub Chlanda Date: Fri, 4 Oct 2024 11:46:45 +0100 Subject: [PATCH] [SYCL] Enable image write tests for CUDA --- sycl/test-e2e/Basic/image/image_write.cpp | 2 +- sycl/test-e2e/Basic/image/image_write_fp16.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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