diff options
| author | Yong He <yonghe@outlook.com> | 2023-04-10 13:43:18 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-10 13:43:18 -0700 |
| commit | d82992e30d5985001870e00afdf27091f59464f2 (patch) | |
| tree | 6ee2c4ce4c98686e5721bda89f274343e366ab4e /tests/autodiff-dstdlib/dstdlib-sqrt.slang.expected.txt | |
| parent | ea15647ba6bccb5ac48de5f4b80b8c2769d69b8f (diff) | |
Cleaner impl of unary stdlib derivative functions. (#2785)
* Cleaner impl of unary stdlib derivative functions.
* fixup
* Fix.
---------
Co-authored-by: Yong He <yhe@nvidia.com>
Diffstat (limited to 'tests/autodiff-dstdlib/dstdlib-sqrt.slang.expected.txt')
| -rw-r--r-- | tests/autodiff-dstdlib/dstdlib-sqrt.slang.expected.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/autodiff-dstdlib/dstdlib-sqrt.slang.expected.txt b/tests/autodiff-dstdlib/dstdlib-sqrt.slang.expected.txt index 7e0fdf02f..7b38d1520 100644 --- a/tests/autodiff-dstdlib/dstdlib-sqrt.slang.expected.txt +++ b/tests/autodiff-dstdlib/dstdlib-sqrt.slang.expected.txt @@ -4,7 +4,7 @@ type: float 10.000000 -0.150000 0.000000 -0.000000 +1581.138916 0.158114 0.577350 0.250000 |
