summaryrefslogtreecommitdiffstats
path: root/tests/autodiff-dstdlib
diff options
context:
space:
mode:
authorHarsh Aggarwal (NVIDIA) <haaggarwal@nvidia.com>2025-08-20 14:41:06 +0530
committerGitHub <noreply@github.com>2025-08-20 09:11:06 +0000
commite0c20a076f2ec84586b6508664df4f59273c6aaf (patch)
treeae629eb56413f1ffd1d269ffe447471c07aa8137 /tests/autodiff-dstdlib
parente4a7129b84692ddc3c586f0d0dde95e80e173ed8 (diff)
Updated support to enable batch3 (#8219)
Enable CUDA support for batch 3 tests - Enhanced wave operations with exclusive support - Added proper identity values for min/max operations - Fixed intrinsic name mapping issues - Updated test configurations Co-authored-by: Ellie Hermaszewska <ellieh@nvidia.com>
Diffstat (limited to 'tests/autodiff-dstdlib')
-rw-r--r--tests/autodiff-dstdlib/determinant.slang1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/autodiff-dstdlib/determinant.slang b/tests/autodiff-dstdlib/determinant.slang
index d2e699551..f73d3cdfa 100644
--- a/tests/autodiff-dstdlib/determinant.slang
+++ b/tests/autodiff-dstdlib/determinant.slang
@@ -1,5 +1,6 @@
//TEST(compute, vulkan):COMPARE_COMPUTE_EX:-vk -compute -shaderobj -output-using-type
//TEST(compute):COMPARE_COMPUTE_EX:-slang -compute -shaderobj -output-using-type
+//TEST(compute):COMPARE_COMPUTE_EX:-slang -compute -shaderobj -output-using-type -cuda
//TEST_INPUT:ubuffer(data=[0 0 0 0], stride=4):out,name=outputBuffer
RWStructuredBuffer<float> outputBuffer;