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
... because Adjoint is <: AbstractArray but not <: AbstractGPUArray. This is bad, because it breaks a bunch of generic code, e.g., JuliaLang/julia#53611 (comment).
I guess this is JuliaLang/julia#51910, however we probably need a different fix in the short term.
The text was updated successfully, but these errors were encountered:
For example,
AbstractGPUVecOrMat
:... because
Adjoint
is<: AbstractArray
but not<: AbstractGPUArray
. This is bad, because it breaks a bunch of generic code, e.g., JuliaLang/julia#53611 (comment).I guess this is JuliaLang/julia#51910, however we probably need a different fix in the short term.
The text was updated successfully, but these errors were encountered: