diff options
| author | jarcherNV <jarcher@nvidia.com> | 2025-08-12 11:19:15 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-12 18:19:15 +0000 |
| commit | 3618f7a4c35de32405e6ebe458bae835869e2876 (patch) | |
| tree | 97b259f79b19cdcd3d68c0443a18c7034ae9d645 /tests/autodiff/custom-diff-empty-func.slang | |
| parent | 719ecf3bf6ce50a8f1d02c6f96ae65e6f492321a (diff) | |
Enable CUDA testing for batch 2 (#8147)
Enable CUDA for the tests listed in issue #8078
This requires a minor CUDA prelude change, adding some math functions.
Diffstat (limited to 'tests/autodiff/custom-diff-empty-func.slang')
| -rw-r--r-- | tests/autodiff/custom-diff-empty-func.slang | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/autodiff/custom-diff-empty-func.slang b/tests/autodiff/custom-diff-empty-func.slang index c566d9e19..153ba17ce 100644 --- a/tests/autodiff/custom-diff-empty-func.slang +++ b/tests/autodiff/custom-diff-empty-func.slang @@ -1,4 +1,5 @@ //TEST(compute):COMPARE_COMPUTE_EX(filecheck-buffer=CHECK):-slang -compute -shaderobj -output-using-type -g0 +//TEST(compute):COMPARE_COMPUTE_EX(filecheck-buffer=CHECK):-cuda -compute -shaderobj -output-using-type -g0 //TEST_INPUT:ubuffer(data=[0 0 0 0], stride=4):out,name=outputBuffer RWStructuredBuffer<float> outputBuffer; |
