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.36k stars 3k forks source link

[GraphBolt] Make `graphbolt::CircularQueue` reusable. #7529

Closed mfbalin closed 2 months ago

mfbalin commented 2 months ago

Description

Moved into its own header file and added PopN and Clear functions. PopN pops N items passed as parameter and Clear is obvious.

Checklist

Please feel free to remove inapplicable items for your PR.

Changes

dgl-bot commented 2 months ago

To trigger regression tests:

dgl-bot commented 2 months ago

Commit ID: 9b1eb6e6e9a039f3ac9bb5c9c9bac9fa4bef691f

Build ID: 1

Status: ✅ CI test succeeded.

Report path: link

Full logs path: link

dgl-bot commented 2 months ago

Commit ID: 0a3d4dcb8b501e16b185a8610b06291379a3be6c

Build ID: 2

Status: ✅ CI test succeeded.

Report path: link

Full logs path: link