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