Skip to content

Commit 895f116

Browse files
nrspruitProGTX
andauthored
Enable dx12 interop testing on windows level zero (#14861)
Signed-off-by: Neil R. Spruit <neil.r.spruit@intel.com> Co-authored-by: Peter Žužek <peterzuzek@gmail.com>
1 parent ee703c8 commit 895f116

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sycl/test-e2e/bindless_images/dx12_interop/read_write_unsampled.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
// REQUIRES: cuda
1+
// REQUIRES: cuda || (level_zero && gpu-intel-dg2)
22
// REQUIRES: windows
33

44
// RUN: %{build} -l d3d12 -l dxgi -l dxguid -o %t.out
5-
// RUN: %t.out
5+
// RUN: env NEOReadDebugKeys=1 UseBindlessMode=1 UseExternalAllocatorForSshAndDsh=1 %t.out
66

77
#pragma clang diagnostic ignored "-Waddress-of-temporary"
88

0 commit comments

Comments
 (0)