You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A recent PR, #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)
🐛 Bug
A recent PR, #7727 removed the public function
gb_convert_single_dgl_partition
fromdgl.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
The text was updated successfully, but these errors were encountered: