ROCm / HIP

HIP: C++ Heterogeneous-Compute Interface for Portability
https://rocmdocs.amd.com/projects/HIP/
MIT License
3.69k stars 528 forks source link

Which library corresponding to cusolver #366

Closed kazulittlefox closed 6 years ago

kazulittlefox commented 6 years ago

Now I am trying to translate CuPy(known as Numpy-like array API which uses Cuda library) to hip compatible code. So I first used hipify-perl for converting the original code, then I got to replacing modules which was unchanged at hipify script.

But I have had no Idea which library is corresponding to CuSolver, nor had enough time to implement the modules corresponding to CuSolver.

Would you mind tell me which library is corresponding to cusolver, or show me some advice for implementing API which corresponds to CuSolver?

Thanks in advance.

kazulittlefox commented 6 years ago

I am closing this issue, while I have stopped converting CuPy for myself and examine another branch which has already implemented for HIP environment.

Thanks.

oscarbg commented 6 years ago

Still interesting to know cusolver hip equivalent