diff options
| author | Harsh Aggarwal (NVIDIA) <haaggarwal@nvidia.com> | 2025-08-18 10:46:47 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-18 05:16:47 +0000 |
| commit | c3df36043c67a94ea51cd7b1ce10a84e52f8d744 (patch) | |
| tree | cac5155cdc8f1aac4f8df7dc7ca1415549158788 /tests/autodiff/dynamic-dispatch-ptr.slang | |
| parent | 8ba38bcd6e64bc922bc62843375eaa9ef01b6675 (diff) | |
Enable CUDA Test Enablement - Batch 1: Autodiff Tests (1-16) (#8139)
Diffstat (limited to 'tests/autodiff/dynamic-dispatch-ptr.slang')
| -rw-r--r-- | tests/autodiff/dynamic-dispatch-ptr.slang | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/autodiff/dynamic-dispatch-ptr.slang b/tests/autodiff/dynamic-dispatch-ptr.slang index 3f2269f78..5a0614769 100644 --- a/tests/autodiff/dynamic-dispatch-ptr.slang +++ b/tests/autodiff/dynamic-dispatch-ptr.slang @@ -1,4 +1,5 @@ //TEST:COMPARE_COMPUTE(filecheck-buffer=CHECK):-vk -output-using-type -emit-spirv-directly +//TEST:COMPARE_COMPUTE(filecheck-buffer=CHECK):-cuda -output-using-type //CHECK: 1.0 @@ -40,4 +41,4 @@ void computeMain( DifferentialPair<float4> dp; bwd_diff(splat)(s, dp, float4(1.0f)); outBuffer[id.x] = dp.d; -}
\ No newline at end of file +} |
