summaryrefslogtreecommitdiffstats
path: root/tests/autodiff/diff-member-func-custom-derivative.slang.expected.txt
Commit message (Collapse)AuthorAge
* Support custom derivatives of member functions of differentiable types (#5124)Sai Praveen Bangaru2024-10-03
* Initial work to support custom derivatives for member methods of differentiable types * Support custom derivatives of member functions of differentiable types - Also adds support for declaring custom derivatives via extensions. * Fix * move defs * Update slang-check-decl.cpp * Create diff-member-func-custom-derivative.slang.expected.txt * Update slang-check-decl.cpp * Fix for static custom derivatives * Fix diagnostics for [PreferRecompute] * Add backward custom derivative tests