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
Right now in order to make the first pass of the Enzyme rule there's a lot of defensive copying. I think we can get away with less by putting a good rule over setproperty!(linsolve, ...), since if it knows just when to copy there, it can ensure that the linsolve in reverse is "fixed" as it goes backwards. That would mean that the other rules would not need to copy each time in case of a change, since we would instead be public API point where it can change.
The text was updated successfully, but these errors were encountered:
Right now in order to make the first pass of the Enzyme rule there's a lot of defensive copying. I think we can get away with less by putting a good rule over
setproperty!(linsolve, ...)
, since if it knows just when to copy there, it can ensure that thelinsolve
in reverse is "fixed" as it goes backwards. That would mean that the other rules would not need to copy each time in case of a change, since we would instead be public API point where it can change.The text was updated successfully, but these errors were encountered: