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 --- tests/cooperative-vector/load-store-rwstructuredbuffer.slang | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/cooperative-vector/load-store-rwstructuredbuffer.slang') diff --git a/tests/cooperative-vector/load-store-rwstructuredbuffer.slang b/tests/cooperative-vector/load-store-rwstructuredbuffer.slang index 5f602d1a0..a0e3f5cdf 100644 --- a/tests/cooperative-vector/load-store-rwstructuredbuffer.slang +++ b/tests/cooperative-vector/load-store-rwstructuredbuffer.slang @@ -2,7 +2,7 @@ //TEST(compute):COMPARE_COMPUTE(filecheck-buffer=CHECK):-cpu -output-using-type // HLSL doesn't support structured buffers for CoopVec -//DISABLE_TEST(compute):COMPARE_COMPUTE(filecheck-buffer=CHECK):-dx12 -render-feature cooperative-vector -dx12-experimental -use-dxil -output-using-type -profile cs_6_8 -Xslang... -Xdxc -Vd -X. -capability hlsl_coopvec_poc +//DISABLE_DISABLE_TEST(compute):COMPARE_COMPUTE(filecheck-buffer=CHECK):-dx12 -render-feature cooperative-vector -dx12-experimental -use-dxil -output-using-type -profile cs_6_9 -Xslang... -Xdxc -Vd -X. // CHECK: type: int32_t // CHECK-NEXT: 5 -- cgit v1.2.3