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

Use torch.sparse.mm for PyTorch>=2.0 and CPU-based SparseTensor #6759

Merged
merged 3 commits into from
Feb 21, 2023

Conversation

rusty1s
Copy link
Member

@rusty1s rusty1s commented Feb 21, 2023

No description provided.

@codecov
Copy link

codecov bot commented Feb 21, 2023

Codecov Report

Merging #6759 (367f88c) into master (e9dc546) will decrease coverage by 1.57%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #6759      +/-   ##
==========================================
- Coverage   90.78%   89.21%   -1.57%     
==========================================
  Files         425      425              
  Lines       23152    23115      -37     
==========================================
- Hits        21019    20623     -396     
- Misses       2133     2492     +359     
Impacted Files Coverage Δ
torch_geometric/utils/spmm.py 100.00% <ø> (ø)
torch_geometric/nn/models/dimenet_utils.py 0.00% <0.00%> (-75.52%) ⬇️
torch_geometric/nn/models/dimenet.py 17.66% <0.00%> (-49.78%) ⬇️
torch_geometric/visualization/graph.py 68.25% <0.00%> (-26.99%) ⬇️
torch_geometric/nn/conv/utils/typing.py 83.75% <0.00%> (-15.00%) ⬇️
torch_geometric/nn/pool/asap.py 91.89% <0.00%> (-8.11%) ⬇️
torch_geometric/resolver.py 82.75% <0.00%> (-6.90%) ⬇️
torch_geometric/nn/dense/linear.py 88.97% <0.00%> (-5.92%) ⬇️
torch_geometric/nn/models/attentive_fp.py 95.83% <0.00%> (-4.17%) ⬇️
torch_geometric/sampler/neighbor_sampler.py 91.56% <0.00%> (-3.22%) ⬇️
... and 29 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@rusty1s rusty1s merged commit 41b150c into master Feb 21, 2023
@rusty1s rusty1s deleted the use_optim_mm branch February 21, 2023 12:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant