dgl icon indicating copy to clipboard operation
dgl copied to clipboard

[GraphBolt] Add `ItemSet/Dict4`

Open Skeleton003 opened this issue 1 year ago • 2 comments

Description

Add ItemSet/Dict4 that will later replace current ItemSet/Dict. Only add a few test cases because most of the functionalities already have tests covered above. The code can be reused when replacing.

TODO:

  • [ ] add formal docstring.

Checklist

Please feel free to remove inapplicable items for your PR.

  • [ ] The PR title starts with [$CATEGORY] (such as [NN], [Model], [Doc], [Feature]])
  • [ ] I've leverage the tools to beautify the python and c++ code.
  • [ ] 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
  • [ ] 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.

Changes

Skeleton003 avatar May 08 '24 09:05 Skeleton003

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 May 08 '24 09:05 dgl-bot

Commit ID: 26a95d9c2a037773f62abb0a9d55bef295c8545b

Build ID: 1

Status: ✅ CI test succeeded.

Report path: link

Full logs path: link

dgl-bot avatar May 08 '24 10:05 dgl-bot

Close because the changes are made in #7394 #7408 #7424 #7430 。

Skeleton003 avatar Jun 03 '24 03:06 Skeleton003