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

Added torch.compile tests and benchmarks #6952

Merged
merged 12 commits into from
Mar 19, 2023
Merged

Added torch.compile tests and benchmarks #6952

merged 12 commits into from
Mar 19, 2023

Conversation

wsad1
Copy link
Member

@wsad1 wsad1 commented Mar 18, 2023

Added test for torch.compile with GCNConv and SAGEConv.

@codecov
Copy link

codecov bot commented Mar 18, 2023

Codecov Report

Merging #6952 (9c93574) into master (153cb5c) will increase coverage by 0.00%.
The diff coverage is 100.00%.

❗ Current head 9c93574 differs from pull request most recent head f19ab92. Consider uploading reports for the commit f19ab92 to get more accurate results

@@           Coverage Diff           @@
##           master    #6952   +/-   ##
=======================================
  Coverage   91.43%   91.44%           
=======================================
  Files         429      430    +1     
  Lines       23394    23417   +23     
=======================================
+ Hits        21390    21413   +23     
  Misses       2004     2004           
Impacted Files Coverage Δ
torch_geometric/debug.py 100.00% <ø> (ø)
torch_geometric/experimental.py 42.42% <ø> (ø)
torch_geometric/__init__.py 100.00% <100.00%> (ø)
torch_geometric/compile.py 100.00% <100.00%> (ø)

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

@rusty1s rusty1s merged commit 99cc33f into master Mar 19, 2023
@rusty1s rusty1s deleted the compile_tests branch March 19, 2023 00:35
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

2 participants