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

Speed-up torch.compile PyG models #6980

Merged
merged 2 commits into from
Mar 20, 2023
Merged

Speed-up torch.compile PyG models #6980

merged 2 commits into from
Mar 20, 2023

Conversation

rusty1s
Copy link
Member

@rusty1s rusty1s commented Mar 20, 2023

Currently, PyG models needs to be moved to jittable in order to see any speed-ups.

@codecov
Copy link

codecov bot commented Mar 20, 2023

Codecov Report

Merging #6980 (aeedd64) into master (d2bbcfd) will decrease coverage by 0.01%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #6980      +/-   ##
==========================================
- Coverage   91.48%   91.48%   -0.01%     
==========================================
  Files         433      433              
  Lines       23559    23558       -1     
==========================================
- Hits        21554    21553       -1     
  Misses       2005     2005              
Impacted Files Coverage Δ
torch_geometric/nn/conv/cugraph/base.py 100.00% <ø> (ø)
torch_geometric/nn/conv/cugraph/gat_conv.py 100.00% <ø> (ø)
torch_geometric/nn/conv/cugraph/rgcn_conv.py 100.00% <ø> (ø)
torch_geometric/nn/conv/cugraph/sage_conv.py 100.00% <ø> (ø)

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

@rusty1s rusty1s merged commit 5730dcb into master Mar 20, 2023
@rusty1s rusty1s deleted the fix_compile_test branch March 20, 2023 19:41
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.

1 participant