pyg-team / pyg-lib

Low-Level Graph Neural Network Operators for PyG
https://pyg-lib.readthedocs.io
Other
168 stars 41 forks source link

[Roadmap] 0.1.0 Release ๐Ÿš€ #23

Open rusty1s opened 2 years ago

rusty1s commented 2 years ago

The first pyg-lib release will focus on unifying the implementations from torch-sparse and torch-cluster into a single package in order to reduce the number of external low-level library dependencies of PyG. In addition, implementations will be improved, e.g., by out-sourcing common routines into re-usable building blocks, unifiying the interfaces, supporting various data types, biased sampling, etc. New functionality will be integrated for temporal-based learning and GNN acceleration.

Samplers

Priority 0

Priority 1

Operators

Priority 0

Priority 1

Others

Priority 0 (refactor only)

Priority 1

DamianSzwichtenberg commented 2 years ago

I will take care of segment_matmul forward implementation for CPU. ๐Ÿ˜‰