CUDA Lapack Lapack

I’m trying to find Lapack libraries that uses CUDA to accomplish matrix inversion. While I have come across CULAtools from EM Photonics, I haven’t come across any other CUDA-optimized Lapack libraries from the search results. Would this be accurate for what you have experienced so far when trying to find a way to compute a matrix inverse? Thanks in advance.

Try googling MAGMA. They are working on a heterogeneous (CPU/GPU) set of LAPACK routines. They have already released some, and will release more at the end of November.

MMB

Is there anything wrong with CULA? I found it fast and handy…
If this MAGMA has advantages on CULA?