summaryrefslogtreecommitdiff
path: root/tests/diagnostics/const-ref-differentiable-param.slang
AgeCommit message (Collapse)Author
2023-09-28Support `constref` parameters passing. (#3249)Yong He
* 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>