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] Add additional capabilities to `gb.index_select`. #7532

Closed mfbalin closed 2 months ago

mfbalin commented 2 months ago

Description

We need this invariant. If index is in pinned memory, it means that its output will be copied to the GPU later. Copying the pinned result is faster.

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: 86c95c43621d5c15a522d61c5d522cfde0dc36c4

Build ID: 1

Status: ✅ CI test succeeded.

Report path: link

Full logs path: link