From 6f3b8351c9cb50d16573fbb204b98b6810e97d48 Mon Sep 17 00:00:00 2001 From: Jay Kwak <82421531+jkwak-work@users.noreply.github.com> Date: Tue, 1 Apr 2025 13:01:25 -0700 Subject: Use coopvec supporting dxcompiler.dll and dxil.dll (#6719) * Use coopvec supporting dxcompiler.dll and dxil.dll * Fix the failing tests --- tests/metal/texture.slang | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/metal') diff --git a/tests/metal/texture.slang b/tests/metal/texture.slang index 90a42e3d6..174717da4 100644 --- a/tests/metal/texture.slang +++ b/tests/metal/texture.slang @@ -741,7 +741,7 @@ bool TEST_texture( return result; } -[numthreads(1, 1, 1)] +[numthreads(2, 2, 1)] void computeMain() { // SPIR: OpEntryPoint -- cgit v1.2.3