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
Should be easy enough to port, as the CUDA.jl implementation only relies on repeat from GPUArrays.
However, if anybody would want to work on this, I'd advise against just copying the code here, but instead moving the existing CUDA kron implementation to GPUArrays.
Would it also be possible to support
kron
forMtlArray
(just likeCUDA.jl
) ?The current
kron
forMtlArray
uses scalar indexing.I think we also need the methods for applying
kron
toTranspose{T,<:MtlArray}
andAdjoint{T,<:MtlArray}
.The text was updated successfully, but these errors were encountered: