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
It might be good to think about how this interacts with JuliaLang/julia#16285. Hopefully, when the rest of that roadmap is implemented in 0.6, the Devec package won't be needed too much.
In the meantime, it might be nice to work with the new syntax... all @devec has to do is to change a .+ b into (+).(a,b) and similar for other binary operations, and loop fusion will automatically occur in Julia 0.5 (assuming the user calls other functions as foo.(args...) and does x .= ... assignment).
The text was updated successfully, but these errors were encountered:
It might be good to think about how this interacts with JuliaLang/julia#16285. Hopefully, when the rest of that roadmap is implemented in 0.6, the Devec package won't be needed too much.
In the meantime, it might be nice to work with the new syntax... all
@devec
has to do is to changea .+ b
into(+).(a,b)
and similar for other binary operations, and loop fusion will automatically occur in Julia 0.5 (assuming the user calls other functions asfoo.(args...)
and doesx .= ...
assignment).The text was updated successfully, but these errors were encountered: