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.23k stars 2.99k forks source link

[GraphBolt] Optimize hetero sampling on CPU #7360

Closed RamonZhou closed 2 months ago

RamonZhou commented 2 months ago

Description

Moved from #7304. The CPU part of #7223.

What has changed:

What hasn't changed:

The performance will be tested soon.

Checklist

Please feel free to remove inapplicable items for your PR.

Changes

dgl-bot commented 2 months ago

To trigger regression tests:

mfbalin commented 2 months ago

Why did we need to create another PR? You can just force push to the old PR branch if you wanted to get rid of some commits or anything like that?

dgl-bot commented 2 months ago

Commit ID: 9b45bc3e36667be2840bd5e4f11c242b1c559c84

Build ID: 1

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

Report path: link

Full logs path: link

dgl-bot commented 2 months ago

Commit ID: d91a360b5cc53259461f7133c1ed4c0f83ee6150

Build ID: 2

Status: ✅ CI test succeeded.

Report path: link

Full logs path: link

mfbalin commented 2 months ago

See #7368