diff options
| author | Sai Praveen Bangaru <31557731+saipraveenb25@users.noreply.github.com> | 2024-05-09 10:03:46 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-09 10:03:46 -0400 |
| commit | b4462187edeffb1f510e077f6bb41a01250e6b8f (patch) | |
| tree | 738e875622fcea6f9fd19745a542f843c4f3c3d8 /tests/autodiff-dstdlib/dstdlib-clamp.slang.expected.txt | |
| parent | bf088c3f12cb47d204fdd3df1bb8a2415d46ba7b (diff) | |
Add stdlib tests for `clamp` derivatives which also checks `max` and `min` derivatives (#4136)
* Add stdlib tests for `clamp` derivatives which also checks `max` and `min` derivatives
* Extend test
Diffstat (limited to 'tests/autodiff-dstdlib/dstdlib-clamp.slang.expected.txt')
| -rw-r--r-- | tests/autodiff-dstdlib/dstdlib-clamp.slang.expected.txt | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/tests/autodiff-dstdlib/dstdlib-clamp.slang.expected.txt b/tests/autodiff-dstdlib/dstdlib-clamp.slang.expected.txt new file mode 100644 index 000000000..b00b0060b --- /dev/null +++ b/tests/autodiff-dstdlib/dstdlib-clamp.slang.expected.txt @@ -0,0 +1,31 @@ +type: float +0.100000 +0.300000 +0.200000 +0.100000 +0.300000 +0.200000 +0.100000 +0.300000 +0.200000 +0.100000 +0.300000 +0.200000 +1.000000 +0.000000 +0.000000 +0.000000 +1.000000 +0.000000 +0.000000 +0.000000 +1.000000 +0.100000 +0.000000 +0.000000 +0.000000 +0.200000 +0.000000 +0.000000 +0.000000 +0.300000 |
