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 upstream] Fix LinearMapInfo result indices calculation.
Result indices capacity should equal original function "semantic result" count
(formal results and `inout` parameters), not just the formal result count.
Fixes `inout` parameter differentiation.
0 commit comments