summaryrefslogtreecommitdiff
path: root/tests/autodiff/generic-impl-jvp.slang
AgeCommit message (Expand)Author
2025-08-06Fix 7723 - Add autodiff tests (#7919)Harsh Aggarwal (NVIDIA)
2025-02-05Feature/initialize list side branch (#6058)kaizhangNV
2024-07-10Various fixes around differentiable member associations `[DerivativeMember(<d...Sai Praveen Bangaru
2023-08-04Redesign `DeclRef` and systematic `Val` deduplication (#3049)Yong He
2023-07-26Refactor `dmul(This, Differential)` to `dmul<T:Real>(T, Differential)` (#3029)Sai Praveen Bangaru
2023-02-20Add static for loop iteration inference. (#2659)Yong He
2022-11-23Make differentiable data-flow pass recognize interface methods. (#2530)Yong He
2022-11-04Use property for `DifferentialPair` accessors. (#2493)Yong He
2022-11-04Higher order differentiation. (#2487)Yong He
2022-11-01Remove unnecessary `:IDifferentiable` conformance in tests. (#2482)Yong He
2022-11-01Make `DifferentialPair` able to nest. (#2477)Yong He
2022-10-27Rename 'IDifferentiable.zero' -> `IDifferentiable.dzero`. (#2474)Yong He
2022-10-27Rename `[__custom_jvp]` -> `[ForwardDerivative]`. (#2473)Yong He
2022-10-27Rename `JVPDerivativeModifier` -> `ForwardDifferentiableAttribute`. (#2472)Yong He
2022-10-27Rename `__jvp`-->`__fwd_diff`. (#2471)Yong He
2022-10-24Rework differentiation of member access through `[DerivativeMember(DiffType.f...Yong He
2022-10-20Modified the new type system to support generic differentiable types … (#2413)Sai Praveen Bangaru