diff options
| author | Harsh Aggarwal (NVIDIA) <haaggarwal@nvidia.com> | 2025-09-03 21:36:43 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-03 16:06:43 +0000 |
| commit | bf607e2f3fa183e9a2b18c7a98438a05247d6ed3 (patch) | |
| tree | 1316303f0aec9e3b5b3bb26607a85059408f4f17 /tests/compute/int-generic.slang | |
| parent | f5fae010863c0c836a5a80e659673bcd58010dba (diff) | |
Fix#8085: Batch-9: Enable cuda tests (#8269)
Diffstat (limited to 'tests/compute/int-generic.slang')
| -rw-r--r-- | tests/compute/int-generic.slang | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/compute/int-generic.slang b/tests/compute/int-generic.slang index 1c67591b7..f5839a6c5 100644 --- a/tests/compute/int-generic.slang +++ b/tests/compute/int-generic.slang @@ -1,4 +1,5 @@ //DISABLED_TEST(compute):COMPARE_COMPUTE: -shaderobj +//TEST(compute):COMPARE_COMPUTE: -shaderobj -cuda //TEST_INPUT:type Material<1,2> @@ -39,4 +40,4 @@ void computeMain<M : IMaterial>( M.TBRDF brdf = material.getBRDF(); int outVal = brdf.compute(); outputBuffer[dispatchThreadID.x] = outVal; -}
\ No newline at end of file +} |
