summaryrefslogtreecommitdiffstats
path: root/tests/autodiff/reverse-inout-param-0.slang.expected.txt
Commit message (Collapse)AuthorAge
* Overhaul `transposeParameterBlock` to support `inout` params. (#2621)Yong He2023-02-03
* 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>