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

Allow mini-batching of uncoalesced sparse matrices #9099

Merged
merged 4 commits into from
Mar 25, 2024
Merged

Conversation

rusty1s
Copy link
Member

@rusty1s rusty1s commented Mar 25, 2024

Fixes #9089

@rusty1s rusty1s requested a review from wsad1 as a code owner March 25, 2024 13:29
@github-actions github-actions bot added the utils label Mar 25, 2024
Copy link

codecov bot commented Mar 25, 2024

Codecov Report

Attention: Patch coverage is 94.44444% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 89.58%. Comparing base (b678124) to head (70efb06).
Report is 3 commits behind head on master.

Files Patch % Lines
torch_geometric/utils/sparse.py 94.44% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #9099      +/-   ##
==========================================
- Coverage   89.98%   89.58%   -0.41%     
==========================================
  Files         469      470       +1     
  Lines       30135    30160      +25     
==========================================
- Hits        27117    27018      -99     
- Misses       3018     3142     +124     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@rusty1s rusty1s merged commit 11d2c27 into master Mar 25, 2024
17 checks passed
@rusty1s rusty1s deleted the sparse_coo_cat branch March 25, 2024 14:13
@rusty1s rusty1s self-assigned this Mar 25, 2024
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.

Cat uncoallesced sparse_coo tensor.
1 participant