From d8d0b8969f731990820f25812f3d90ee4dd1ee75 Mon Sep 17 00:00:00 2001 From: ArielG-NV <159081215+ArielG-NV@users.noreply.github.com> Date: Fri, 11 Jul 2025 16:39:21 -0700 Subject: Enable (at least a sub-set of) CoopVec tests that are disabled (#7706) * enable coop vec tests * disable tests which fail with reason * disable other failing tests * disable failing test * add to expected fail list * sort list --- tests/cooperative-vector/mod.slang | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/cooperative-vector/mod.slang') diff --git a/tests/cooperative-vector/mod.slang b/tests/cooperative-vector/mod.slang index 234318051..345e23baf 100644 --- a/tests/cooperative-vector/mod.slang +++ b/tests/cooperative-vector/mod.slang @@ -1,5 +1,5 @@ //TEST(compute):COMPARE_COMPUTE(filecheck-buffer=CHECK):-vk -render-feature cooperative-vector -emit-spirv-directly -//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):-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 // CHECK: 0 -- cgit v1.2.3