Open
Description
As the CULA library is effectively abandonware for the Mac (the free version links are broken and haven't been updated in 4 years), it is critical to have CUSOLVER working for all functions in order for skcuda
to be useful on OS X.
Here's a running list of functions that should have the CUSOLVER option available within linalg
that I believe currently don't:
- cho_solve
- inv
- qr
- eig (partially implemented)
- dmd
Activity