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/force-inline-differentiable.slang | |
| parent | 8ba38bcd6e64bc922bc62843375eaa9ef01b6675 (diff) | |
Enable CUDA Test Enablement - Batch 1: Autodiff Tests (1-16) (#8139)
Diffstat (limited to 'tests/autodiff/force-inline-differentiable.slang')
| -rw-r--r-- | tests/autodiff/force-inline-differentiable.slang | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/autodiff/force-inline-differentiable.slang b/tests/autodiff/force-inline-differentiable.slang index 5d22a525f..a9a2f97a9 100644 --- a/tests/autodiff/force-inline-differentiable.slang +++ b/tests/autodiff/force-inline-differentiable.slang @@ -1,4 +1,5 @@ //TEST(compute):COMPARE_COMPUTE_EX(filecheck-buffer=CHECK): -slang -compute -shaderobj -output-using-type +//TEST(compute):COMPARE_COMPUTE_EX(filecheck-buffer=CHECK): -slang -compute -shaderobj -output-using-type -cuda //TEST_INPUT:ubuffer(data=[0 0 0 0 0], stride=4):out,name=outputBuffer RWStructuredBuffer<float> outputBuffer; @@ -44,4 +45,4 @@ void computeMain(uint3 id : SV_DispatchThreadID) // CHECK: type: float // CHECK: 3.0 -}
\ No newline at end of file +} |
