summaryrefslogtreecommitdiff
path: root/tests/autodiff-dstdlib/dstdlib-clamp.slang
AgeCommit message (Collapse)Author
2025-08-06Fix 7723 - Add autodiff tests (#7919)Harsh Aggarwal (NVIDIA)
* Fix 7723 - Add autodiff tests * Update bug-1.slang Adding Vulkan
2025-02-19Fix issue with `clamp`'s derivatives at the boundary. (#6403)Sai Praveen Bangaru
2024-05-09Add stdlib tests for `clamp` derivatives which also checks `max` and `min` ↵Sai Praveen Bangaru
derivatives (#4136) * Add stdlib tests for `clamp` derivatives which also checks `max` and `min` derivatives * Extend test