summaryrefslogtreecommitdiffstats
path: root/tests/autodiff-dstdlib/dstdlib-max-min.slang.expected.txt
Commit message (Collapse)AuthorAge
* 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>