diff options
| author | Harsh Aggarwal (NVIDIA) <haaggarwal@nvidia.com> | 2025-08-20 14:41:06 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-20 09:11:06 +0000 |
| commit | e0c20a076f2ec84586b6508664df4f59273c6aaf (patch) | |
| tree | ae629eb56413f1ffd1d269ffe447471c07aa8137 /tests/autodiff-dstdlib | |
| parent | e4a7129b84692ddc3c586f0d0dde95e80e173ed8 (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.slang | 1 |
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; |
