diff options
| author | Harsh Aggarwal (NVIDIA) <haaggarwal@nvidia.com> | 2025-08-06 22:53:19 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-06 17:23:19 +0000 |
| commit | d107327422b69777d41f1077c58d46c6bcf579c4 (patch) | |
| tree | be0ea6b6a47b7cd5f35fca44a0f41c418e970c2a /tests/autodiff-dstdlib/dstdlib-abs.slang | |
| parent | 68b0125226464cb3c9e9b7f50bfb53cda97723b4 (diff) | |
Fix 7723 - Add autodiff tests (#7919)
* Fix 7723 - Add autodiff tests
* Update bug-1.slang
Adding Vulkan
Diffstat (limited to 'tests/autodiff-dstdlib/dstdlib-abs.slang')
| -rw-r--r-- | tests/autodiff-dstdlib/dstdlib-abs.slang | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/autodiff-dstdlib/dstdlib-abs.slang b/tests/autodiff-dstdlib/dstdlib-abs.slang index d11f06b31..8e2e8e190 100644 --- a/tests/autodiff-dstdlib/dstdlib-abs.slang +++ b/tests/autodiff-dstdlib/dstdlib-abs.slang @@ -1,6 +1,7 @@ //TEST(compute, vulkan):COMPARE_COMPUTE_EX:-vk -compute -shaderobj -output-using-type //TEST(compute):COMPARE_COMPUTE_EX:-slang -compute -shaderobj -output-using-type //TEST(compute):COMPARE_COMPUTE_EX:-wgpu -compute -output-using-type +//TEST(compute):COMPARE_COMPUTE_EX:-cuda -compute -shaderobj -output-using-type //TEST_INPUT:ubuffer(data=[0 0 0 0 0 0 0 0 0 0 0 0], stride=4):out,name=outputBuffer RWStructuredBuffer<float> outputBuffer; |
