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
Turns out Flatten.jl has something similar: Flatten.modify(CuArray, obj, Array). Doesn't use rules, instead eagerly tries to reconstruct objects by calling constructure. That doesn't always work of course:
Furthermore, we currently need the WrappedArray dispatch rules, but once we have Base.AbstractWrappedArray (JuliaLang/julia#31563) we should investigate using this.
The text was updated successfully, but these errors were encountered:
Turns out Flatten.jl has something similar:
Flatten.modify(CuArray, obj, Array)
. Doesn't use rules, instead eagerly tries to reconstruct objects by calling constructure. That doesn't always work of course:Furthermore, we currently need the
WrappedArray
dispatch rules, but once we haveBase.AbstractWrappedArray
(JuliaLang/julia#31563) we should investigate using this.The text was updated successfully, but these errors were encountered: