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
Zygote.refresh is needed to get Zygote to pickup new rrules, we don't need that.
but it would still be nice to have a way to force recompilation after we change something in the internals.
This would save needing to restart julia each time the internals are modified.
Since we don't want to hook back-edges from Diffractor's internals to every method it generates.
Though we could, I think it would be too error prone and annoying.
Zygote.refresh
is needed to get Zygote to pickup newrrule
s, we don't need that.but it would still be nice to have a way to force recompilation after we change something in the internals.
This would save needing to restart julia each time the internals are modified.
Since we don't want to hook back-edges from Diffractor's internals to every method it generates.
Though we could, I think it would be too error prone and annoying.
Came up in discussion with @nmheim
The text was updated successfully, but these errors were encountered: