diff --git a/sycl/test-e2e/bindless_images/array/read_write_unsampled_array.cpp b/sycl/test-e2e/bindless_images/array/read_write_unsampled_array.cpp index 180c6ea7fe710..292df2af57b36 100644 --- a/sycl/test-e2e/bindless_images/array/read_write_unsampled_array.cpp +++ b/sycl/test-e2e/bindless_images/array/read_write_unsampled_array.cpp @@ -1,8 +1,8 @@ // REQUIRES: linux -// REQUIRES: cuda +// REQUIRES: cuda || (level_zero && gpu-intel-dg2) // RUN: %{build} -o %t.out -// RUN: %{run} %t.out +// RUN: %{run} env NEOReadDebugKeys=1 UseBindlessMode=1 UseExternalAllocatorForSshAndDsh=1 %t.out #include "../helpers/common.hpp" #include diff --git a/sycl/test-e2e/bindless_images/read_1D.cpp b/sycl/test-e2e/bindless_images/read_1D.cpp index 7c24e3813456a..2c850e83e38eb 100644 --- a/sycl/test-e2e/bindless_images/read_1D.cpp +++ b/sycl/test-e2e/bindless_images/read_1D.cpp @@ -1,7 +1,7 @@ -// REQUIRES: cuda +// REQUIRES: cuda || (level_zero && gpu-intel-dg2) // RUN: %{build} -o %t.out -// RUN: %t.out +// RUN: env NEOReadDebugKeys=1 UseBindlessMode=1 UseExternalAllocatorForSshAndDsh=1 %t.out #include #include diff --git a/sycl/test-e2e/bindless_images/read_2D.cpp b/sycl/test-e2e/bindless_images/read_2D.cpp index fad3ecc632c4e..e4fc6800dec62 100644 --- a/sycl/test-e2e/bindless_images/read_2D.cpp +++ b/sycl/test-e2e/bindless_images/read_2D.cpp @@ -1,7 +1,7 @@ -// REQUIRES: cuda +// REQUIRES: cuda || (level_zero && gpu-intel-dg2) // RUN: %{build} -o %t.out -// RUN: %t.out +// RUN: env NEOReadDebugKeys=1 UseBindlessMode=1 UseExternalAllocatorForSshAndDsh=1 %t.out #include #include diff --git a/sycl/test-e2e/bindless_images/read_2D_dynamic.cpp b/sycl/test-e2e/bindless_images/read_2D_dynamic.cpp index 06d9ec9eb1039..71b5c447b6093 100644 --- a/sycl/test-e2e/bindless_images/read_2D_dynamic.cpp +++ b/sycl/test-e2e/bindless_images/read_2D_dynamic.cpp @@ -1,7 +1,7 @@ -// REQUIRES: cuda +// REQUIRES: cuda || (level_zero && gpu-intel-dg2) // RUN: %{build} -o %t.out -// RUN: %t.out +// RUN: env NEOReadDebugKeys=1 UseBindlessMode=1 UseExternalAllocatorForSshAndDsh=1 %t.out #include #include diff --git a/sycl/test-e2e/bindless_images/read_3D.cpp b/sycl/test-e2e/bindless_images/read_3D.cpp index 8484bf2fe714f..1baac18ef7fea 100644 --- a/sycl/test-e2e/bindless_images/read_3D.cpp +++ b/sycl/test-e2e/bindless_images/read_3D.cpp @@ -1,7 +1,7 @@ -// REQUIRES: cuda +// REQUIRES: cuda || (level_zero && gpu-intel-dg2) // RUN: %{build} -o %t.out -// RUN: %t.out +// RUN: env NEOReadDebugKeys=1 UseBindlessMode=1 UseExternalAllocatorForSshAndDsh=1 %t.out #include #include diff --git a/sycl/test-e2e/bindless_images/read_norm_types.cpp b/sycl/test-e2e/bindless_images/read_norm_types.cpp index e43e0e1da8fa4..16de22f2f69ce 100644 --- a/sycl/test-e2e/bindless_images/read_norm_types.cpp +++ b/sycl/test-e2e/bindless_images/read_norm_types.cpp @@ -1,7 +1,7 @@ -// REQUIRES: cuda +// REQUIRES: cuda || (level_zero && gpu-intel-dg2) // RUN: %{build} -o %t.out -// RUN: %{run} %t.out +// RUN: env NEOReadDebugKeys=1 UseBindlessMode=1 UseExternalAllocatorForSshAndDsh=1 %t.out #include #include diff --git a/sycl/test-e2e/bindless_images/read_write_1D.cpp b/sycl/test-e2e/bindless_images/read_write_1D.cpp index 6e570a23ed4ce..fca0901bdd8df 100644 --- a/sycl/test-e2e/bindless_images/read_write_1D.cpp +++ b/sycl/test-e2e/bindless_images/read_write_1D.cpp @@ -1,7 +1,7 @@ -// REQUIRES: cuda +// REQUIRES: cuda || (level_zero && gpu-intel-dg2) // RUN: %{build} -o %t.out -// RUN: %t.out +// RUN: env NEOReadDebugKeys=1 UseBindlessMode=1 UseExternalAllocatorForSshAndDsh=1 %t.out #include #include diff --git a/sycl/test-e2e/bindless_images/read_write_1D_subregion.cpp b/sycl/test-e2e/bindless_images/read_write_1D_subregion.cpp index 9421ab154f4f6..edb33c0780dc5 100644 --- a/sycl/test-e2e/bindless_images/read_write_1D_subregion.cpp +++ b/sycl/test-e2e/bindless_images/read_write_1D_subregion.cpp @@ -1,7 +1,7 @@ -// REQUIRES: cuda +// REQUIRES: cuda || (level_zero && gpu-intel-dg2) // RUN: %{build} -o %t.out -// RUN: %t.out +// RUN: env NEOReadDebugKeys=1 UseBindlessMode=1 UseExternalAllocatorForSshAndDsh=1 %t.out #include #include diff --git a/sycl/test-e2e/bindless_images/read_write_2D.cpp b/sycl/test-e2e/bindless_images/read_write_2D.cpp index a04d1eeaa92bd..abde9816f5425 100644 --- a/sycl/test-e2e/bindless_images/read_write_2D.cpp +++ b/sycl/test-e2e/bindless_images/read_write_2D.cpp @@ -1,7 +1,7 @@ -// REQUIRES: cuda +// REQUIRES: cuda || (level_zero && gpu-intel-dg2) // RUN: %{build} -o %t.out -// RUN: %t.out +// RUN: env NEOReadDebugKeys=1 UseBindlessMode=1 UseExternalAllocatorForSshAndDsh=1 %t.out #include #include diff --git a/sycl/test-e2e/bindless_images/read_write_2D_subregion.cpp b/sycl/test-e2e/bindless_images/read_write_2D_subregion.cpp index 62469168b7fd4..464a173a1d1b1 100644 --- a/sycl/test-e2e/bindless_images/read_write_2D_subregion.cpp +++ b/sycl/test-e2e/bindless_images/read_write_2D_subregion.cpp @@ -1,7 +1,7 @@ -// REQUIRES: cuda +// REQUIRES: cuda || (level_zero && gpu-intel-dg2) // RUN: %{build} -o %t.out -// RUN: %t.out +// RUN: env NEOReadDebugKeys=1 UseBindlessMode=1 UseExternalAllocatorForSshAndDsh=1 %t.out #include #include diff --git a/sycl/test-e2e/bindless_images/read_write_3D.cpp b/sycl/test-e2e/bindless_images/read_write_3D.cpp index bce2af414e020..e310e9347b4ab 100644 --- a/sycl/test-e2e/bindless_images/read_write_3D.cpp +++ b/sycl/test-e2e/bindless_images/read_write_3D.cpp @@ -1,7 +1,7 @@ -// REQUIRES: cuda +// REQUIRES: cuda || (level_zero && gpu-intel-dg2) // RUN: %{build} -o %t.out -// RUN: %t.out +// RUN: env NEOReadDebugKeys=1 UseBindlessMode=1 UseExternalAllocatorForSshAndDsh=1 %t.out #include #include diff --git a/sycl/test-e2e/bindless_images/read_write_3D_subregion.cpp b/sycl/test-e2e/bindless_images/read_write_3D_subregion.cpp index 943bb4b3d57de..9910ef0989b68 100644 --- a/sycl/test-e2e/bindless_images/read_write_3D_subregion.cpp +++ b/sycl/test-e2e/bindless_images/read_write_3D_subregion.cpp @@ -1,7 +1,7 @@ -// REQUIRES: cuda +// REQUIRES: cuda || (level_zero && gpu-intel-dg2) // RUN: %{build} -o %t.out -// RUN: %t.out +// RUN: env NEOReadDebugKeys=1 UseBindlessMode=1 UseExternalAllocatorForSshAndDsh=1 %t.out #include #include diff --git a/sycl/test-e2e/bindless_images/read_write_unsampled.cpp b/sycl/test-e2e/bindless_images/read_write_unsampled.cpp index a0565b6129631..9be45d5752086 100644 --- a/sycl/test-e2e/bindless_images/read_write_unsampled.cpp +++ b/sycl/test-e2e/bindless_images/read_write_unsampled.cpp @@ -1,7 +1,7 @@ -// REQUIRES: cuda +// REQUIRES: cuda || (level_zero && gpu-intel-dg2) // RUN: %{build} -o %t.out -// RUN: %t.out +// RUN: env NEOReadDebugKeys=1 UseBindlessMode=1 UseExternalAllocatorForSshAndDsh=1 %t.out #include "helpers/common.hpp" #include diff --git a/sycl/test-e2e/bindless_images/sampling_1D.cpp b/sycl/test-e2e/bindless_images/sampling_1D.cpp index 7e01299bd57bb..e8f38cabf4db4 100644 --- a/sycl/test-e2e/bindless_images/sampling_1D.cpp +++ b/sycl/test-e2e/bindless_images/sampling_1D.cpp @@ -1,7 +1,7 @@ -// REQUIRES: cuda +// REQUIRES: cuda || (level_zero && gpu-intel-dg2) // RUN: %{build} -o %t.out -// RUN: %t.out +// RUN: env NEOReadDebugKeys=1 UseBindlessMode=1 UseExternalAllocatorForSshAndDsh=1 %t.out #include #include diff --git a/sycl/test-e2e/bindless_images/sampling_2D.cpp b/sycl/test-e2e/bindless_images/sampling_2D.cpp index 1e36db27561ac..30ccf696fbc2f 100644 --- a/sycl/test-e2e/bindless_images/sampling_2D.cpp +++ b/sycl/test-e2e/bindless_images/sampling_2D.cpp @@ -1,7 +1,7 @@ -// REQUIRES: cuda +// REQUIRES: cuda || (level_zero && gpu-intel-dg2) // RUN: %{build} -o %t.out -// RUN: %t.out +// RUN: env NEOReadDebugKeys=1 UseBindlessMode=1 UseExternalAllocatorForSshAndDsh=1 %t.out #include #include diff --git a/sycl/test-e2e/bindless_images/sampling_2D_half.cpp b/sycl/test-e2e/bindless_images/sampling_2D_half.cpp index b4bb7ae61a36b..247b9589ba9d5 100644 --- a/sycl/test-e2e/bindless_images/sampling_2D_half.cpp +++ b/sycl/test-e2e/bindless_images/sampling_2D_half.cpp @@ -1,8 +1,8 @@ -// REQUIRES: cuda +// REQUIRES: cuda || (level_zero && gpu-intel-dg2) // REQUIRES: aspect-fp16 // RUN: %{build} -o %t.out -// RUN: %t.out +// RUN: env NEOReadDebugKeys=1 UseBindlessMode=1 UseExternalAllocatorForSshAndDsh=1 %t.out #include #include diff --git a/sycl/test-e2e/bindless_images/sampling_3D.cpp b/sycl/test-e2e/bindless_images/sampling_3D.cpp index ff79bedc2555d..16b06e6964edd 100644 --- a/sycl/test-e2e/bindless_images/sampling_3D.cpp +++ b/sycl/test-e2e/bindless_images/sampling_3D.cpp @@ -1,7 +1,7 @@ -// REQUIRES: cuda +// REQUIRES: cuda || (level_zero && gpu-intel-dg2) // RUN: %{build} -o %t.out -// RUN: %t.out +// RUN: env NEOReadDebugKeys=1 UseBindlessMode=1 UseExternalAllocatorForSshAndDsh=1 %t.out #include #include diff --git a/sycl/test-e2e/bindless_images/vulkan_interop/sampled_images.cpp b/sycl/test-e2e/bindless_images/vulkan_interop/sampled_images.cpp index 1e89e39dd7375..56514b1ecf30e 100644 --- a/sycl/test-e2e/bindless_images/vulkan_interop/sampled_images.cpp +++ b/sycl/test-e2e/bindless_images/vulkan_interop/sampled_images.cpp @@ -1,8 +1,8 @@ -// REQUIRES: cuda +// REQUIRES: cuda || (windows && level_zero && gpu-intel-dg2) // REQUIRES: vulkan // RUN: %{build} %link-vulkan -o %t.out -// RUN: %{run} %t.out +// RUN: %{run} env NEOReadDebugKeys=1 UseBindlessMode=1 UseExternalAllocatorForSshAndDsh=1 %t.out // Uncomment to print additional test information // #define VERBOSE_PRINT