From f7f0dcadd3b2aca4c0bcd03a96e11c617cf69fc2 Mon Sep 17 00:00:00 2001 From: Sai Praveen Bangaru <31557731+saipraveenb25@users.noreply.github.com> Date: Wed, 26 Oct 2022 22:21:29 -0400 Subject: Adding a differentiable standard library (#2465) --- tests/autodiff/dstdlib.slang.expected.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/autodiff/dstdlib.slang.expected.txt (limited to 'tests/autodiff/dstdlib.slang.expected.txt') diff --git a/tests/autodiff/dstdlib.slang.expected.txt b/tests/autodiff/dstdlib.slang.expected.txt new file mode 100644 index 000000000..82053b379 --- /dev/null +++ b/tests/autodiff/dstdlib.slang.expected.txt @@ -0,0 +1,7 @@ +type: float +7.389056 +7.389056 +0.909297 +-0.416147 +-0.416147 +-0.909297 \ No newline at end of file -- cgit v1.2.3