We have released GraphLearn for PyTorch v0.2.4 with the following new features:
- introduced support for range partition books, which reduces the memory footprint of the partition data structure
- added an experimental feature for integration with the PyG remote backend
What's Changed
- fix: avoid acquiring the lock when feature already initialized by @Zhanghyi in #145
- [Feat] Support PyG remote backend by @Yi-Eaaa in #144
- fix: fix pyg remote backend ut by @Zhanghyi in #147
- [Feat] range partition book by @Zhanghyi in #146
- Bump version to 0.2.4 by @Zhanghyi in #148
New Contributors
Full Changelog: v0.2.3...v0.2.4