Skip to content

Commit acf6950

Browse files
committed
Add vulkan to device agnostic features set
1 parent baad80a commit acf6950

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

sycl/test-e2e/bindless_images/vulkan_interop/mipmaps.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// REQUIRES: cuda
2-
// REQUIRES: vulkan, run-mode
2+
// REQUIRES: vulkan
33

44
// RUN: %{build} %link-vulkan -o %t.out
55
// RUN: %{run} %t.out

sycl/test-e2e/bindless_images/vulkan_interop/sampled_images.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// REQUIRES: cuda || (windows && level_zero && aspect-ext_oneapi_bindless_images)
2-
// REQUIRES: vulkan, run-mode
2+
// REQUIRES: vulkan
33

44
// RUN: %{build} %link-vulkan -o %t.out %if any-device-is-level_zero %{ -Wno-ignored-attributes -DENABLE_LINEAR_TILING -DTEST_L0_SUPPORTED_VK_FORMAT %}
55
// RUN: %{run} env NEOReadDebugKeys=1 UseBindlessMode=1 UseExternalAllocatorForSshAndDsh=1 %t.out

sycl/test-e2e/bindless_images/vulkan_interop/sampled_images_USM.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// REQUIRES: cuda
2-
// REQUIRES: vulkan, run-mode
2+
// REQUIRES: vulkan
33

44
// RUN: %{build} %link-vulkan -o %t.out
55
// RUN: %{run} %t.out

sycl/test-e2e/bindless_images/vulkan_interop/unsampled_images.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// REQUIRES: cuda || (windows && level_zero && aspect-ext_oneapi_bindless_images)
2-
// REQUIRES: vulkan, run-mode
2+
// REQUIRES: vulkan
33

44
// RUN: %{build} %link-vulkan -o %t.out %if any-device-is-level_zero %{ -Wno-ignored-attributes -DTEST_L0_SUPPORTED_VK_FORMAT %}
55
// RUN: %{run} env NEOReadDebugKeys=1 UseBindlessMode=1 UseExternalAllocatorForSshAndDsh=1 %t.out

sycl/test-e2e/bindless_images/vulkan_interop/unsampled_images_semaphore.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// REQUIRES: cuda
2-
// REQUIRES: vulkan, run-mode
2+
// REQUIRES: vulkan
33

44
// RUN: %{build} %link-vulkan -o %t.out
55
// RUN: %{run} %t.out

0 commit comments

Comments
 (0)