switch CUDA svd and qr to using cuSolver #4689
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
Labels
module: cuda
Related to torch.cuda, and CUDA support in general
module: linear algebra
Issues related to specialized linear algebra operations in PyTorch; includes matrix multiply matmul
triaged
This issue has been looked at a team member, and triaged and prioritized into an appropriate module
Uh oh!
There was an error while loading. Please reload this page.
Currently we use MAGMA for these solvers, which uses a mix of CPU and GPU. Wonder if cuSolver will be faster, and we can avoid the CPU path entirely.
cc: @ngimel just want to confirm, cuSolver (dense) wont use the CPU right?
cc @ngimel @vincentqb @vishwakftw @ssnl @jianyuh
The text was updated successfully, but these errors were encountered: