summaryrefslogtreecommitdiff
path: root/tests/autodiff-dstdlib/dstdlib-max-min.slang.expected.txt
AgeCommit message (Collapse)Author
2025-02-20Fix gradient behavior for min() and max() functions at boundaries. When ↵Sai Praveen Bangaru
input values are equal, the gradient is split evenly between both inputs. (#6411) Co-authored-by: Yong He <yonghe@outlook.com>