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

Load libpyg.so first to let torch.library.register_fake find custom operators #329

Merged
merged 11 commits into from
Jul 25, 2024

Conversation

akihironitta
Copy link
Member

@akihironitta akihironitta commented Jul 11, 2024

Part of pyg-team/pytorch_geometric#8890.

This PR reorders import statements (in order to let the decorator torch.library.register_fake in future PRs) find pyg-lib's custom operators. This PR also includes minor clean up.

@github-actions github-actions bot added the ops label Jul 22, 2024
@akihironitta akihironitta marked this pull request as draft July 22, 2024 11:46
Copy link

codecov bot commented Jul 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.40%. Comparing base (5043806) to head (f3a62f6).
Report is 7 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #329   +/-   ##
=======================================
  Coverage   86.40%   86.40%           
=======================================
  Files          35       35           
  Lines        1214     1214           
=======================================
  Hits         1049     1049           
  Misses        165      165           

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

@akihironitta akihironitta marked this pull request as ready for review July 22, 2024 21:41
@rusty1s rusty1s merged commit be36298 into master Jul 25, 2024
11 checks passed
@rusty1s rusty1s deleted the aki-clean branch July 25, 2024 06:29
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.

2 participants