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
[AutoDiff] Destroy unused pullback direct results. (#28207)
In `PullbackEmitter::visitApplyInst`, destroy unused pullback direct results.
This is needed for VJPs extracted from `@differentiable` function callees,
where the `@differentiable` function's differentiation parameter indices are
a superset of the active `apply` parameter indices.
Resolves TF-953.
0 commit comments