From 2203df78332f155374866b172887d2568422ed76 Mon Sep 17 00:00:00 2001 From: Jay Kwak <82421531+jkwak-work@users.noreply.github.com> Date: Fri, 6 Jun 2025 09:26:02 -0700 Subject: Disable coopvec while using Agility SDK and until graphics driver supports it (#7357) * Disable coopvec tests until we have the driver support * Remove conflicting agility sdk binaries --- external/CMakeLists.txt | 10 ++++++++++ external/slang-binaries | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) (limited to 'external') diff --git a/external/CMakeLists.txt b/external/CMakeLists.txt index 6fcbecefe..97fd7c1f7 100644 --- a/external/CMakeLists.txt +++ b/external/CMakeLists.txt @@ -189,6 +189,16 @@ if(SLANG_ENABLE_SLANG_RHI) set(SLANG_RHI_SLANG_BINARY_DIR ${CMAKE_BINARY_DIR}) set(SLANG_RHI_ENABLE_NVAPI ${SLANG_ENABLE_NVAPI}) + # CoopVec requires 1.717.0-preview, but we cannot use the version until slang-rhi + # allow slang to override D3D12Version value + #set(SLANG_RHI_AGILITY_SDK_VERSION D3D12_PREVIEW_SDK_VERSION) + #set(SLANG_RHI_FETCH_AGILITY_SDK_VERSION + # "1.717.0-preview" + # CACHE STRING + # "Agility SDK version to fetch" + # FORCE + #) + if(SLANG_ENABLE_DX_ON_VK) set(SLANG_RHI_HAS_D3D12 ON) endif() diff --git a/external/slang-binaries b/external/slang-binaries index 8f6ab9c2f..38aa515b3 160000 --- a/external/slang-binaries +++ b/external/slang-binaries @@ -1 +1 @@ -Subproject commit 8f6ab9c2fa6361201aee9c60bc7d3d3b4460d963 +Subproject commit 38aa515b3a57a975ceaf86987735aa85b2c8c09c -- cgit v1.2.3