dgl icon indicating copy to clipboard operation
dgl copied to clipboard

[DistDGL tools] Remove restriction on partition algorithm name

Open thvasilo opened this issue 1 year ago • 3 comments

Description

Since partition assignment algorithms are independent of DGL, there shouldn't be a restriction on the name of the partition algorithm.

For GraphStorm we have implemented a range partition algorithm, and would like to provide the correct name in the metadata file.

@Rhett-Ying for review

Checklist

Please feel free to remove inapplicable items for your PR.

  • [x] The PR title starts with [$CATEGORY] (such as [NN], [Model], [Doc], [Feature]])
  • [x] I've leverage the tools to beautify the python and c++ code.
  • [x] The PR is complete and small, read the Google eng practice (CL equals to PR) to understand more about small PR. In DGL, we consider PRs with less than 200 lines of core code change are small (example, test and documentation could be exempted).
  • [ ] All changes have test coverage
  • [ ] Code is well-documented
  • [x] To the best of my knowledge, examples are either not affected by this change, or have been fixed to be compatible with this change
  • [ ] Related issue is referred in this PR
  • [ ] If the PR is for a new model/paper, I've updated the example index here.

thvasilo avatar Apr 26 '24 19:04 thvasilo

To trigger regression tests:

  • @dgl-bot run [instance-type] [which tests] [compare-with-branch]; For example: @dgl-bot run g4dn.4xlarge all dmlc/master or @dgl-bot run c5.9xlarge kernel,api dmlc/master

dgl-bot avatar Apr 26 '24 19:04 dgl-bot

Commit ID: 520e9eedfc8e756fe7f87d0bac0b010988d6d649

Build ID: 1

Status: ❌ CI test failed in Stage [CPU Build (Win64)].

Report path: link

Full logs path: link

dgl-bot avatar Apr 26 '24 19:04 dgl-bot

Commit ID: 520e9eedfc8e756fe7f87d0bac0b010988d6d649

Build ID: 2

Status: ✅ CI test succeeded.

Report path: link

Full logs path: link

dgl-bot avatar Apr 28 '24 03:04 dgl-bot