rusty1s / pytorch_cluster

PyTorch Extension Library of Optimized Graph Cluster Algorithms
MIT License
824 stars 148 forks source link

support for torch.bfloat16 in radius ops #206

Closed viktortnk closed 9 months ago

viktortnk commented 9 months ago

as per the title

related to https://github.com/rusty1s/pytorch_cluster/issues/203

codecov-commenter commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (ef79a92) 97.73% compared to head (c1f12a2) 97.74%.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #206 +/- ## ========================================== + Coverage 97.73% 97.74% +0.01% ========================================== Files 11 11 Lines 221 222 +1 ========================================== + Hits 216 217 +1 Misses 5 5 ```

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

viktortnk commented 9 months ago

@rusty1s thanks for looking into it fixed linting related to import in forced push to keep it within single commit