Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

QR Decomposition for Sparse Matrix #125182

Open
arajv opened this issue Apr 29, 2024 · 1 comment
Open

QR Decomposition for Sparse Matrix #125182

arajv opened this issue Apr 29, 2024 · 1 comment
Labels
module: linear algebra Issues related to specialized linear algebra operations in PyTorch; includes matrix multiply matmul module: sparse Related to torch.sparse triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module

Comments

@arajv
Copy link

arajv commented Apr 29, 2024

馃殌 The feature, motivation and pitch

I am working on a problem whose solution needs to run QR decomposition of matrices. The matrices involved in the problem are huge but sparse, which end up occupying a lot of RAM. Because currently pytorch doesn't support QR decomposition of sparse tensors, it is not being possible to use the sparse representation of tensors.

Alternatives

No response

Additional context

No response

cc @alexsamardzic @nikitaved @pearu @cpuhrsch @amjames @bhosmer @jcaip @jianyuh @mruberry @walterddr @xwang233 @lezcano

@cpuhrsch cpuhrsch added module: sparse Related to torch.sparse triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module module: linear algebra Issues related to specialized linear algebra operations in PyTorch; includes matrix multiply matmul labels Apr 30, 2024
@lezcano
Copy link
Collaborator

lezcano commented May 1, 2024

Does lapack or cusolver support sparse QR?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
module: linear algebra Issues related to specialized linear algebra operations in PyTorch; includes matrix multiply matmul module: sparse Related to torch.sparse triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module
Projects
None yet
Development

No branches or pull requests

3 participants