JuliaGPU / GPUArrays.jl

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

Add generic_trimatmul and generic_mattrimul #531

Closed tgymnich closed 3 months ago

tgymnich commented 5 months ago

Add generic_trimatmul and generic_mattrimul

maleadt commented 4 months ago

Rebased. Looks like this fails on Metal.jl though.

maleadt commented 4 months ago

Hmm, looks like this issue happens on Metal.jl#master too. Maybe something changed with the workers?

tgymnich commented 3 months ago

This should be ready to go now.