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/subscript.slang | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/cooperative-vector/subscript.slang') diff --git a/tests/cooperative-vector/subscript.slang b/tests/cooperative-vector/subscript.slang index 1a1550bc3..dcb2a4d8b 100644 --- a/tests/cooperative-vector/subscript.slang +++ b/tests/cooperative-vector/subscript.slang @@ -1,5 +1,5 @@ //TEST(compute):COMPARE_COMPUTE(filecheck-buffer=CHECK):-vk -render-feature cooperative-vector -output-using-type -emit-spirv-directly -//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_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. //TEST(compute):COMPARE_COMPUTE(filecheck-buffer=CHECK):-cpu -output-using-type // CHECK: type: int32_t -- cgit v1.2.3