dmlc / dgl

Python package built to ease deep learning on graph, on top of existing DL frameworks.
http://dgl.ai
Apache License 2.0
13.55k stars 3.02k forks source link

PR removed public function from `dgl.distributed.partition` #7802

Closed thvasilo closed 1 month ago

thvasilo commented 2 months ago

🐛 Bug

A recent PR, https://github.com/dmlc/dgl/pull/7727 removed the public function gb_convert_single_dgl_partition from dgl.distributed.partition. In GraphStorm we were planning to use that function to implement distributed GB partition conversion on our end.

Are there plans to implement distributed GB conversion on the DGL side? If not, can we bring back the function with the same signature and add to the public interface of the dgl.distributed.partition module (through its __init__.py)

Ping @Rhett-Ying