summaryrefslogtreecommitdiffstats
path: root/tests/autodiff-dstdlib/dstdlib-max-min.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 gradient behavior for min() and max() functions at boundaries. When ↵Sai Praveen Bangaru2025-02-20
input values are equal, the gradient is split evenly between both inputs. (#6411) Co-authored-by: Yong He <yonghe@outlook.com>