You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the request, @npolina4 !
Please note that lapack::gesv is not yet part of the oneMKL specification (https://github.com/oneapi-src/oneapi-spec), so it would need to be added to the spec before it could be implemented in the oneMKL interfaces.
That said, it seems like a useful addition and there are implementations in different vendor libraries (oneapi::mkl::lapack::gesv, cusolverDn??gesv for ?=D/S/Z/C, rocsolver_?gesv for ?=d/s/z/c).
Summary
Request to implement lapack::gesv for lapack_mklcpu, lapack_mklgpu, and lapack_cusolver library.
Problem statement
I use lapack::gesv to solve a linear matrix equation, or system of linear scalar equations.
Preferred solution
Would be great to have same functionality like onemkl::lapack::gesv from Intel oneAPI.
The text was updated successfully, but these errors were encountered: