diff options
| author | Sai Praveen Bangaru <31557731+saipraveenb25@users.noreply.github.com> | 2023-09-20 15:22:51 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-20 12:22:51 -0700 |
| commit | 25c79ada2c0fcc6c5ecb3e71ca073109adc1d7eb (patch) | |
| tree | 47f244aef7b89bf7ebeddac8c63c936531fb0b49 /tests/autodiff-dstdlib/dstdlib-atan2.slang.expected.txt | |
| parent | 73292d9f3a1c790f72802dfe4cce57a1353dece6 (diff) | |
Fix `atan2` stdlib derivative + add tests. (#3218)
* Fix atan2 stdlib derivative. Add tests for atan2
* Create dstdlib-atan2.slang.expected.txt
* Update tests
Diffstat (limited to 'tests/autodiff-dstdlib/dstdlib-atan2.slang.expected.txt')
| -rw-r--r-- | tests/autodiff-dstdlib/dstdlib-atan2.slang.expected.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/autodiff-dstdlib/dstdlib-atan2.slang.expected.txt b/tests/autodiff-dstdlib/dstdlib-atan2.slang.expected.txt new file mode 100644 index 000000000..5adffdaef --- /dev/null +++ b/tests/autodiff-dstdlib/dstdlib-atan2.slang.expected.txt @@ -0,0 +1,11 @@ +type: float +0.088235 +-0.147059 +0.088235 +0.147059 +-0.088235 +0.147059 +-0.088235 +-0.147059 +0.088235 +-0.147059 |
