diff options
| author | venkataram-nv <vedavamadath@nvidia.com> | 2025-08-09 00:46:09 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-09 07:46:09 +0000 |
| commit | b7df3c7aa27301f88e31ed0a7bbf230688adab6a (patch) | |
| tree | c8a123c32d8a54ed49728c9cf504e42f0eec1d74 /tests/slang-extension | |
| parent | 06b8e69740a40e5cc9fdaac472a9242534876e5b (diff) | |
Fix atomics error diagnostics (#8117)
Fixes #8116
---------
Co-authored-by: Jay Kwak <82421531+jkwak-work@users.noreply.github.com>
Diffstat (limited to 'tests/slang-extension')
| -rw-r--r-- | tests/slang-extension/atomic-float-byte-address-buffer.slang | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/slang-extension/atomic-float-byte-address-buffer.slang b/tests/slang-extension/atomic-float-byte-address-buffer.slang index 48e209431..d0ff99908 100644 --- a/tests/slang-extension/atomic-float-byte-address-buffer.slang +++ b/tests/slang-extension/atomic-float-byte-address-buffer.slang @@ -6,6 +6,7 @@ //TEST(compute):COMPARE_COMPUTE_EX:-d3d12 -compute -render-features atomic-float -output-using-type -compile-arg -O2 -nvapi-slot u0 -shaderobj //TEST(compute):COMPARE_COMPUTE_EX:-d3d12 -compute -use-dxil -render-features atomic-float -output-using-type -compile-arg -O2 -nvapi-slot u0 -shaderobj //TEST(compute):COMPARE_COMPUTE_EX:-cuda -compute -output-using-type -shaderobj +//TEST(compute):COMPARE_COMPUTE_EX:-mtl -compute -output-using-type -shaderobj // The test doesn't directly use this, but having this defined makes the 0 slot available if NVAPI is going to be used // Only strictly necessary on the D3D11/D3D12 paths |
