You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use native AD APIs for ForwardDiff, Enzyme, and Mooncake; make DI optional
- Move DifferentiationInterface to [weakdeps]; add DynamicPPLDifferentiationInterfaceExt
as fallback for backends without native implementations
- Add native ForwardDiff gradient via GradientConfig (DynamicPPLForwardDiffExt)
- Add native Enzyme gradient via autodiff(ReverseWithPrimal, ...) (new DynamicPPLEnzymeExt)
- Keep native Mooncake reverse/forward gradient (DynamicPPLMooncakeExt)
- Add Enzyme to test env; drop DI from test env
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments