We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee703c8 commit 895f116Copy full SHA for 895f116
sycl/test-e2e/bindless_images/dx12_interop/read_write_unsampled.cpp
@@ -1,8 +1,8 @@
1
-// REQUIRES: cuda
+// REQUIRES: cuda || (level_zero && gpu-intel-dg2)
2
// REQUIRES: windows
3
4
// RUN: %{build} -l d3d12 -l dxgi -l dxguid -o %t.out
5
-// RUN: %t.out
+// RUN: env NEOReadDebugKeys=1 UseBindlessMode=1 UseExternalAllocatorForSshAndDsh=1 %t.out
6
7
#pragma clang diagnostic ignored "-Waddress-of-temporary"
8
0 commit comments