summaryrefslogtreecommitdiffstats
path: root/tests/autodiff/getter-setter-multi.slang
Commit message (Expand)AuthorAge
* Fix 7723 - Add autodiff tests (#7919)Harsh Aggarwal (NVIDIA)2025-08-06
* Redesign `DeclRef` and systematic `Val` deduplication (#3049)Yong He2023-08-04
* Refactor `dmul(This, Differential)` to `dmul<T:Real>(T, Differential)` (#3029)Sai Praveen Bangaru2023-07-26
* Use property for `DifferentialPair` accessors. (#2493)Yong He2022-11-04
* Higher order differentiation. (#2487)Yong He2022-11-04
* Remove unnecessary `:IDifferentiable` conformance in tests. (#2482)Yong He2022-11-01
* Make `DifferentialPair` able to nest. (#2477)Yong He2022-11-01
* Rename 'IDifferentiable.zero' -> `IDifferentiable.dzero`. (#2474)Yong He2022-10-27
* Rename `JVPDerivativeModifier` -> `ForwardDifferentiableAttribute`. (#2472)Yong He2022-10-27
* Rename `__jvp`-->`__fwd_diff`. (#2471)Yong He2022-10-27
* Rework differentiation of member access through `[DerivativeMember(DiffType.f...Yong He2022-10-24
* Modified the new type system to support generic differentiable types … (#2413)Sai Praveen Bangaru2022-10-20