summaryrefslogtreecommitdiffstats
path: root/tests/autodiff/custom-differential-type.slang
Commit message (Collapse)AuthorAge
* Fix the missing derivative member check (#8569)kaizhangNV2025-10-02
Close #8568. The root cause of this issue is that when the struct is indirectly inherited from IDifferentiable type, we will not check the reference of the DerivativeMember attribute. This PR fixes this issue by checking the DerivativeMember attribute right before synthesize the requirement methods of IDifferentiable interface.