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

[Transforms] Fix sparse-sparse matrix multiplication support on Windows #8197

Merged
merged 3 commits into from
Oct 16, 2023

Conversation

rusty1s
Copy link
Member

@rusty1s rusty1s commented Oct 16, 2023

No description provided.

@rusty1s rusty1s changed the title [Transforms] Add sparse-sparse matrix multiplication support on Windows [Transforms] Fix sparse-sparse matrix multiplication support on Windows Oct 16, 2023
@codecov
Copy link

codecov bot commented Oct 16, 2023

Codecov Report

Merging #8197 (9be5659) into master (62599d1) will decrease coverage by 0.67%.
Report is 1 commits behind head on master.
The diff coverage is 83.33%.

@@            Coverage Diff             @@
##           master    #8197      +/-   ##
==========================================
- Coverage   88.06%   87.39%   -0.67%     
==========================================
  Files         473      473              
  Lines       28590    28595       +5     
==========================================
- Hits        25179    24992     -187     
- Misses       3411     3603     +192     
Files Coverage Δ
torch_geometric/typing.py 51.72% <100.00%> (-30.26%) ⬇️
...ch_geometric/transforms/add_positional_encoding.py 92.30% <75.00%> (-1.25%) ⬇️
torch_geometric/transforms/two_hop.py 95.65% <83.33%> (-4.35%) ⬇️

... and 33 files with indirect coverage changes

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

@rusty1s rusty1s merged commit 8c0f635 into master Oct 16, 2023
16 of 17 checks passed
@rusty1s rusty1s deleted the sparse_mat_windows branch October 16, 2023 07:55
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