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
We can easily specialize on @. x = y where typeof(x) == typeof(y) to dispatch into the copyto!(::Field, ::Field) method, which is ~2x faster. There aren't many cases where we do this, but Base and CUDA do this-- it's still probably worth it.