summaryrefslogtreecommitdiffstats
path: root/tests/autodiff/struct-without-diff-associations.slang
Commit message (Collapse)AuthorAge
* Enable CUDA Test Enablement - Batch 1: Autodiff Tests (1-16) (#8139)Harsh Aggarwal (NVIDIA)2025-08-18
|
* Various fixes around differentiable member associations ↵Sai Praveen Bangaru2024-07-10
`[DerivativeMember(<diff-member>)]` (#4525) * Add diagnostic for missing diff-member associations + Automatically create diff member associations if differential type is the same as the primal type. + Move diff-member attribute checking to conformance-checking phase to avoid circularity issues. Fixes #4103 * Update slang-check-decl.cpp --------- Co-authored-by: Yong He <yonghe@outlook.com>