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

[Dist] check whether dist partition pipeline works with few num_nodes/edges #7793

Closed Rhett-Ying closed 1 month ago

Rhett-Ying commented 2 months ago

🔨Work Item

IMPORTANT:

Project tracker: https://github.com/orgs/dmlc/projects/2

Description

This is a counterpart of https://github.com/dmlc/dgl/issues/7779 in distributed partition pipeline.

What needs to do:

  1. create a graph with few(less than num_parts) num_nodes/edges of some node/edge types.
  2. check if partition goes well.
  3. If not, fix it. Refer to https://github.com/dmlc/dgl/pull/7785 about how to fix it.

Depending work items or issues

Rhett-Ying commented 2 months ago

@classicsong FYI