diff options
| author | Harsh Aggarwal (NVIDIA) <haaggarwal@nvidia.com> | 2025-08-05 18:04:18 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-05 12:34:18 +0000 |
| commit | 9a16700e858fc0379e551ab72188eb63a54ad3f1 (patch) | |
| tree | d27ea56aa0cb81b4af14b1d2ff70387d8d716f13 /tests/compute/byte-address-buffer-align-error.slang | |
| parent | de6a87a86d941794f0c2018dcdf04b7c94fb4038 (diff) | |
Enable compute/ dir which passes (#7991)
Diffstat (limited to 'tests/compute/byte-address-buffer-align-error.slang')
| -rw-r--r-- | tests/compute/byte-address-buffer-align-error.slang | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/compute/byte-address-buffer-align-error.slang b/tests/compute/byte-address-buffer-align-error.slang index 11efa561c..e7b7f8173 100644 --- a/tests/compute/byte-address-buffer-align-error.slang +++ b/tests/compute/byte-address-buffer-align-error.slang @@ -4,6 +4,7 @@ //TEST:SIMPLE(filecheck=CHECK):-target hlsl -entry computeMain -stage compute //TEST:SIMPLE(filecheck=CHECK):-target spirv -entry computeMain -stage compute //TEST:SIMPLE(filecheck=CHECK):-target spirv -emit-spirv-directly -entry computeMain -stage compute +//TEST:SIMPLE(filecheck=CHECK):-target cuda -entry computeMain -stage compute // Confirm compilation of `(RW)ByteAddressBuffer` with aligned load / stores to wider data types. |
