From 895f1168c43789b7f83c01335eef697479710363 Mon Sep 17 00:00:00 2001 From: "Neil R. Spruit" Date: Fri, 2 Aug 2024 08:33:02 -0700 Subject: [PATCH] Enable dx12 interop testing on windows level zero (#14861) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Neil R. Spruit Co-authored-by: Peter Žužek --- .../bindless_images/dx12_interop/read_write_unsampled.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sycl/test-e2e/bindless_images/dx12_interop/read_write_unsampled.cpp b/sycl/test-e2e/bindless_images/dx12_interop/read_write_unsampled.cpp index 2f99cb9513237..024d265e860af 100644 --- a/sycl/test-e2e/bindless_images/dx12_interop/read_write_unsampled.cpp +++ b/sycl/test-e2e/bindless_images/dx12_interop/read_write_unsampled.cpp @@ -1,8 +1,8 @@ -// REQUIRES: cuda +// REQUIRES: cuda || (level_zero && gpu-intel-dg2) // REQUIRES: windows // RUN: %{build} -l d3d12 -l dxgi -l dxguid -o %t.out -// RUN: %t.out +// RUN: env NEOReadDebugKeys=1 UseBindlessMode=1 UseExternalAllocatorForSshAndDsh=1 %t.out #pragma clang diagnostic ignored "-Waddress-of-temporary"