JuliaGPU / GPUArrays.jl

Reusable array functionality for Julia's various GPU backends.
MIT License
313 stars 74 forks source link

Add a GPU version of copytrito! #504

Closed amontoison closed 6 months ago

amontoison commented 7 months ago

@michel2323 I added a function in Julia (https://github.com/JuliaLang/julia/pull/51909/) to easily copy the triangular part of a matrix. This PR adds a fallback for GPU matrices.