diff options
| author | Jay Kwak <82421531+jkwak-work@users.noreply.github.com> | 2025-04-01 13:01:25 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-01 13:01:25 -0700 |
| commit | 6f3b8351c9cb50d16573fbb204b98b6810e97d48 (patch) | |
| tree | 22a830ae085d37fa337b590c4de185db9d4527a7 /tests/metal | |
| parent | 549aa897bcfedc28fb2ef8009396f846ea182b72 (diff) | |
Use coopvec supporting dxcompiler.dll and dxil.dll (#6719)
* Use coopvec supporting dxcompiler.dll and dxil.dll
* Fix the failing tests
Diffstat (limited to 'tests/metal')
| -rw-r--r-- | tests/metal/texture.slang | 2 |
1 files changed, 1 insertions, 1 deletions
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<T>( return result; } -[numthreads(1, 1, 1)] +[numthreads(2, 2, 1)] void computeMain() { // SPIR: OpEntryPoint |
