summaryrefslogtreecommitdiffstats
path: root/tests/autodiff/reverse-inout-param-2.slang
Commit message (Collapse)AuthorAge
* Diagnose on storing differentiable value into non-differentiable location. ↵Yong He2023-02-27
| | | | (#2681)
* Patch transcription of `inout` non differentiable params. (#2623)Yong He2023-02-04
|
* 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>