GPUArrays.jl icon indicating copy to clipboard operation
GPUArrays.jl copied to clipboard

Support `LinearAlgebra.kron` for all GPU backends

Open ytdHuang opened this issue 5 months ago • 11 comments

As @maleadt mentioned in https://github.com/JuliaGPU/Metal.jl/issues/422.

I re-open a new issue here.

The current LinearAlgebra.kron only supports for CuArray, and the other GPUArray uses scalar indexing.

Also, the methods for Kronecker producting Transpose{T,<:AbstractGPUArray} or Adjoint{T,<:AbstractGPUArray} are missing.

ytdHuang avatar Sep 19 '24 08:09 ytdHuang