pyg-team / pytorch_geometric

Graph Neural Network Library for PyTorch
https://pyg.org
MIT License
20.52k stars 3.57k forks source link

Added new XPU support to the `withDevice` API #9398

Closed chaojun-zhang closed 3 weeks ago

chaojun-zhang commented 3 weeks ago

Added new XPU support to the withDevice API

codecov[bot] commented 3 weeks ago

Codecov Report

Attention: Patch coverage is 33.33333% with 6 lines in your changes missing coverage. Please review.

Project coverage is 86.85%. Comparing base (476e768) to head (5e93ec4). Report is 5 commits behind head on master.

:exclamation: Current head 5e93ec4 differs from pull request most recent head a9fc83c

Please upload reports for the commit a9fc83c to get more accurate results.

Files Patch % Lines
torch_geometric/testing/decorators.py 33.33% 6 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #9398 +/- ## ========================================== - Coverage 87.99% 86.85% -1.15% ========================================== Files 473 462 -11 Lines 30820 30512 -308 ========================================== - Hits 27120 26500 -620 - Misses 3700 4012 +312 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

zhouyu5 commented 3 weeks ago

LGTM