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

Fix torch.sparse.tensor creation on ARM-based systems #8165

Merged
merged 1 commit into from
Oct 9, 2023
Merged

Conversation

rusty1s
Copy link
Member

@rusty1s rusty1s commented Oct 9, 2023

Fixes #8162

@codecov
Copy link

codecov bot commented Oct 9, 2023

Codecov Report

Merging #8165 (608a260) into master (d3562fb) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master    #8165   +/-   ##
=======================================
  Coverage   87.40%   87.41%           
=======================================
  Files         473      473           
  Lines       28578    28580    +2     
=======================================
+ Hits        24980    24982    +2     
  Misses       3598     3598           
Files Coverage Δ
torch_geometric/typing.py 51.16% <100.00%> (+0.57%) ⬆️
torch_geometric/utils/sparse.py 88.53% <100.00%> (ø)

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

@rusty1s rusty1s merged commit 849a1cb into master Oct 9, 2023
@rusty1s rusty1s deleted the fix_arm branch October 9, 2023 21:48
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.

test_asap & test_two_hop fail on ARM systems
1 participant