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/property.slang | |
| parent | 8ba38bcd6e64bc922bc62843375eaa9ef01b6675 (diff) | |
Enable CUDA Test Enablement - Batch 1: Autodiff Tests (1-16) (#8139)
Diffstat (limited to 'tests/autodiff/property.slang')
| -rw-r--r-- | tests/autodiff/property.slang | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/autodiff/property.slang b/tests/autodiff/property.slang index e15b9a75a..2a626546f 100644 --- a/tests/autodiff/property.slang +++ b/tests/autodiff/property.slang @@ -1,4 +1,5 @@ //TEST:COMPARE_COMPUTE(filecheck-buffer=CHECK):-output-using-type +//TEST:COMPARE_COMPUTE(filecheck-buffer=CHECK):-output-using-type -cuda public struct ReadOnlyIndex { private int _idx; @@ -45,4 +46,4 @@ void computeMain() { // CHECK: 5.0 output[0] = repro(gPrimal, gGrad); -}
\ No newline at end of file +} |
