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/diff-assoctype-generic-interface.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/diff-assoctype-generic-interface.slang')
| -rw-r--r-- | tests/autodiff/diff-assoctype-generic-interface.slang | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/autodiff/diff-assoctype-generic-interface.slang b/tests/autodiff/diff-assoctype-generic-interface.slang index 6640e1d94..dff55eae9 100644 --- a/tests/autodiff/diff-assoctype-generic-interface.slang +++ b/tests/autodiff/diff-assoctype-generic-interface.slang @@ -1,6 +1,7 @@ // Test calling differentiable function through dynamic dispatch. //TEST(compute, vulkan):COMPARE_COMPUTE_EX(filecheck-buffer=CHECK):-vk -compute -shaderobj -output-using-type -compile-arg -skip-spirv-validation -emit-spirv-directly +//TEST(compute):COMPARE_COMPUTE_EX(filecheck-buffer=CHECK):-cuda -compute -shaderobj -output-using-type //TEST_INPUT:ubuffer(data=[2 0 0 0 0 0 0 0 0 0], stride=4):out,name=outputBuffer RWStructuredBuffer<float> outputBuffer; |
