From 228e71dab7dfa18ece979f4099ec0c7d1e37e5ff Mon Sep 17 00:00:00 2001 From: Yong He Date: Fri, 3 Feb 2023 16:44:33 -0800 Subject: Overhaul `transposeParameterBlock` to support `inout` params. (#2621) * Overhaul `transposeParameterBlock` to support `inout` params. * Small bug fixes. * Bug fix on differentiable intrinsic specialization. * Fixes. * Run autodiff tests on CPU. * Clean up. * More bug fixes., * Add test coverage on inout param. * Fix language server hinting for transcribed mutable params. --------- Co-authored-by: Yong He --- tests/autodiff-dstdlib/dstdlib-elementary-bwd.slang.expected.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/autodiff-dstdlib/dstdlib-elementary-bwd.slang.expected.txt') diff --git a/tests/autodiff-dstdlib/dstdlib-elementary-bwd.slang.expected.txt b/tests/autodiff-dstdlib/dstdlib-elementary-bwd.slang.expected.txt index 49e34b0bf..a4b804cb8 100644 --- a/tests/autodiff-dstdlib/dstdlib-elementary-bwd.slang.expected.txt +++ b/tests/autodiff-dstdlib/dstdlib-elementary-bwd.slang.expected.txt @@ -2,4 +2,5 @@ type: float 2.000000 7.389056 0.000000 -1.000000 \ No newline at end of file +1.000000 +-1.00000 \ No newline at end of file -- cgit v1.2.3