-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove Magma dependency by using CuSolver Routines #483
Conversation
It looks like the tests and coverage don't cover the gpu version? |
Yes, one possible option is that we might need to link some machine to github action |
I'll push test for Det later(along with some fixes), however, cusolver getrf is ridiculously slow, might investigate more |
fix Det output device to gpu when original tensor is in gpu & add tests for Det, make gpu test for Directsum actually happens at gpu
@jeffry1829 Could you create another PR for 35c95aa ? So this PR doesn't have to wait for the commit for fixing the Det. |
This reverts commit 35c95aa.
Reverted |
Fix #482 |
This PR attempts to remove the Magma dependency by replacing magma routines with the corresponding cusolver ones.
It compiles CUDA 11.8, CuTensor 2.0.2.5, CuQuantum 24.08.0.5.