From 88a9b595393603fbda1590fc8f826c0b42a57e4f Mon Sep 17 00:00:00 2001 From: Alexey Sachkov Date: Wed, 3 Sep 2025 17:01:19 +0200 Subject: [PATCH] For testing --- sycl/test-e2e/bindless_images/copies/copy_subregion_1D.cpp | 1 - sycl/test-e2e/bindless_images/copies/copy_subregion_2D.cpp | 1 - sycl/test-e2e/bindless_images/copies/device_to_device_copy.cpp | 1 - .../test-e2e/bindless_images/copies/device_to_device_pitched.cpp | 1 - 4 files changed, 4 deletions(-) diff --git a/sycl/test-e2e/bindless_images/copies/copy_subregion_1D.cpp b/sycl/test-e2e/bindless_images/copies/copy_subregion_1D.cpp index ac93ae5db9e67..ff9430ee31fc0 100644 --- a/sycl/test-e2e/bindless_images/copies/copy_subregion_1D.cpp +++ b/sycl/test-e2e/bindless_images/copies/copy_subregion_1D.cpp @@ -1,5 +1,4 @@ // REQUIRES: aspect-ext_oneapi_bindless_images -// REQUIRES: cuda // RUN: %{build} -o %t.out // RUN: %{run} %t.out diff --git a/sycl/test-e2e/bindless_images/copies/copy_subregion_2D.cpp b/sycl/test-e2e/bindless_images/copies/copy_subregion_2D.cpp index 6d61a2a2a259a..c3325fbef33b0 100644 --- a/sycl/test-e2e/bindless_images/copies/copy_subregion_2D.cpp +++ b/sycl/test-e2e/bindless_images/copies/copy_subregion_2D.cpp @@ -1,5 +1,4 @@ // REQUIRES: aspect-ext_oneapi_bindless_images -// REQUIRES: cuda // RUN: %{build} -o %t.out // RUN: %{run} %t.out diff --git a/sycl/test-e2e/bindless_images/copies/device_to_device_copy.cpp b/sycl/test-e2e/bindless_images/copies/device_to_device_copy.cpp index 9777e2a591837..2b2028c5a7e06 100644 --- a/sycl/test-e2e/bindless_images/copies/device_to_device_copy.cpp +++ b/sycl/test-e2e/bindless_images/copies/device_to_device_copy.cpp @@ -1,5 +1,4 @@ // REQUIRES: aspect-ext_oneapi_bindless_images -// REQUIRES: cuda // RUN: %{build} -o %t.out // RUN: %{run} %t.out diff --git a/sycl/test-e2e/bindless_images/copies/device_to_device_pitched.cpp b/sycl/test-e2e/bindless_images/copies/device_to_device_pitched.cpp index c8a644296eba2..d47ecbe693f22 100644 --- a/sycl/test-e2e/bindless_images/copies/device_to_device_pitched.cpp +++ b/sycl/test-e2e/bindless_images/copies/device_to_device_pitched.cpp @@ -1,6 +1,5 @@ // REQUIRES: aspect-ext_oneapi_bindless_images // REQUIRES: aspect-ext_oneapi_bindless_images_2d_usm -// REQUIRES: cuda // // UNSUPPORTED: cuda // UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17231