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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Supporting pytorch_sparse #4

Open
mpariente opened this issue Nov 5, 2020 · 1 comment
Open

Supporting pytorch_sparse #4

mpariente opened this issue Nov 5, 2020 · 1 comment

Comments

@mpariente
Copy link

Hi again,

You might be aware of this project (pytorch_sparse) which is really cool.
It's be great to support their SparseTensor as an input to solve, or maybe adding another method for those tensors.

I don't know much about sparse format but it does support efficient csc conversion (here), it might be worth having a look.

@flaport
Copy link
Owner

flaport commented Nov 5, 2020

I have come across the pytorch_sparse library indeed. However, I have never used it. If it is indeed the de-facto sparse library for PyTorch, it might indeed be a good idea to also work with their sparse tensor implementations.

I'll have a look at their repo to get more acquainted.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants