summaryrefslogtreecommitdiffstats
path: root/tests/autodiff/constref-param.slang
Commit message (Collapse)AuthorAge
* Support `constref` parameters passing. (#3249)Yong He2023-09-28
* Support `constref` parameters passing. * Fix. * Fix. * Add test and diagnostic on mix use of __constref and no_diff. * check for [constref] on differentiable member method. --------- Co-authored-by: Yong He <yhe@nvidia.com>