summaryrefslogtreecommitdiffstats
path: root/tests/autodiff-dstdlib/dstdlib-elementary-bwd.slang.expected.txt
diff options
context:
space:
mode:
authorYong He <yonghe@outlook.com>2023-02-03 16:44:33 -0800
committerGitHub <noreply@github.com>2023-02-03 16:44:33 -0800
commit228e71dab7dfa18ece979f4099ec0c7d1e37e5ff (patch)
treeff357f4aaed2dab25ae9e3665a97a7f3e6be32ef /tests/autodiff-dstdlib/dstdlib-elementary-bwd.slang.expected.txt
parentee49a62083d28353812185fd0f0c04fb50ca6be0 (diff)
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 <yhe@nvidia.com>
Diffstat (limited to 'tests/autodiff-dstdlib/dstdlib-elementary-bwd.slang.expected.txt')
-rw-r--r--tests/autodiff-dstdlib/dstdlib-elementary-bwd.slang.expected.txt3
1 files changed, 2 insertions, 1 deletions
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