From ca592d2791047be4df3cac44c18af99f003bd085 Mon Sep 17 00:00:00 2001 From: Sai Praveen Bangaru <31557731+saipraveenb25@users.noreply.github.com> Date: Thu, 20 Feb 2025 23:31:05 -0800 Subject: 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 --- tests/autodiff-dstdlib/dstdlib-max.slang.expected.txt | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 tests/autodiff-dstdlib/dstdlib-max.slang.expected.txt (limited to 'tests/autodiff-dstdlib/dstdlib-max.slang.expected.txt') 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 -- cgit v1.2.3