summaryrefslogtreecommitdiff
path: root/tests/autodiff-dstdlib/dstdlib-max.slang.expected.txt
diff options
context:
space:
mode:
authorSai Praveen Bangaru <31557731+saipraveenb25@users.noreply.github.com>2025-02-20 23:31:05 -0800
committerGitHub <noreply@github.com>2025-02-20 23:31:05 -0800
commitca592d2791047be4df3cac44c18af99f003bd085 (patch)
tree9cbe6ca41ad95257d16bbcc01b0639505203916a /tests/autodiff-dstdlib/dstdlib-max.slang.expected.txt
parent4d286aab2ec23c081f23846f5dfdb30b1c05728b (diff)
Fix gradient behavior for min() and max() functions at boundaries. When input values are equal, the gradient is split evenly between both inputs. (#6411)
Co-authored-by: Yong He <yonghe@outlook.com>
Diffstat (limited to 'tests/autodiff-dstdlib/dstdlib-max.slang.expected.txt')
-rw-r--r--tests/autodiff-dstdlib/dstdlib-max.slang.expected.txt11
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/autodiff-dstdlib/dstdlib-max.slang.expected.txt b/tests/autodiff-dstdlib/dstdlib-max.slang.expected.txt
deleted file mode 100644
index 4cc1e9533..000000000
--- a/tests/autodiff-dstdlib/dstdlib-max.slang.expected.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-type: float
-5.000000
--2.000000
-1.000000
-2.000000
-4.000000
--1.000000
-0.000000
-2.000000
-1.000000
-0.000000 \ No newline at end of file