diff options
| author | Mukund Keshava <mkeshava@nvidia.com> | 2025-07-03 18:00:38 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-03 12:30:38 +0000 |
| commit | 141eac9eb4400cf94c0a076f339e1d43ed652306 (patch) | |
| tree | 025de67d7f9e59d72988422da21e8e6712012d93 /tests/hlsl/consume-structured-buffer.slang | |
| parent | 7dd89f2ca28f6ef9976b28cfcb7817bd41bfdb3f (diff) | |
Enable tests for CUDA (#7593)
Enable intrinsic tests for cuda. Most of these tests were either
disabled or just not enabled for cuda.
Fixes #7592
Co-authored-by: Ellie Hermaszewska <ellieh@nvidia.com>
Diffstat (limited to 'tests/hlsl/consume-structured-buffer.slang')
| -rw-r--r-- | tests/hlsl/consume-structured-buffer.slang | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/hlsl/consume-structured-buffer.slang b/tests/hlsl/consume-structured-buffer.slang index 352fd6dac..3d9317b3d 100644 --- a/tests/hlsl/consume-structured-buffer.slang +++ b/tests/hlsl/consume-structured-buffer.slang @@ -1,6 +1,7 @@ //TEST(compute):COMPARE_COMPUTE_EX(filecheck-buffer=BUF):-dx12 -use-dxil -compute -output-using-type //TEST(compute, vulkan):COMPARE_COMPUTE_EX(filecheck-buffer=BUF):-vk -compute -output-using-type //TEST(compute, vulkan):COMPARE_COMPUTE_EX(filecheck-buffer=BUF):-vk -compute -output-using-type -emit-spirv-directly +//TEST(compute):COMPARE_COMPUTE_EX(filecheck-buffer=BUF):-cuda -compute -output-using-type //TEST_INPUT:ubuffer(data=[0 0 0 0 0], stride=4):out,name=outputBuffer RWStructuredBuffer<float> outputBuffer; |
