summaryrefslogtreecommitdiffstats
path: root/tests/autodiff/array-param.slang.expected.txt
Commit message (Collapse)AuthorAge
* Update checkpoint policy to make obvious recompute decisions. (#2753)Yong He2023-03-29
* Update checkpoint policy to make obvious recompute decisions. Also adds an optimization to fold updateElement chains on the same array or struct into a single makeArray or makeStruct. * Bug fixes around array types with different int typed count. * change test. * Fix. --------- Co-authored-by: Yong He <yhe@nvidia.com>