summaryrefslogtreecommitdiff
path: root/tests/autodiff/reverse-more-loops.slang.expected.txt
AgeCommit message (Collapse)Author
2023-02-22Reverse-mode AD fixes for loops with non-trivial break region (#2671)Sai Praveen Bangaru
* Fix crash when applying autodiff to functions with no arguments * Fixes for loops where the break region is non-trivial * Minor fix * Implement array legalization correctly. * Fix array legalization. --------- Co-authored-by: Yong He <yhe@nvidia.com>