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

Linear solvers

Open ChrisRackauckas opened this issue 7 years ago • 3 comments

A_ldiv_B! and \ support for GPUArrays is pretty essential and I keep assuming it already exists.

ChrisRackauckas avatar Jan 26 '18 12:01 ChrisRackauckas

Would it be appropriate to add some overloads for Diagonal{AbstractGPUArray} analogous to those for cholesky I added here?

simsurace avatar Jan 31 '22 17:01 simsurace

Can you implement them using GPUArrays' abstractions, or a GPUArrays kernel? If so, then yes this would be a good fit here.

maleadt avatar Feb 08 '22 13:02 maleadt

Actually, for diagonal matrices we can just use broadcasting syntax. I'll open a PR.

simsurace avatar Feb 08 '22 15:02 simsurace