cugraph icon indicating copy to clipboard operation
cugraph copied to clipboard

[FEA] Implement a Sampling Function that works with Remote MTMG Graphs

Open alexbarghi-nv opened this issue 6 months ago • 0 comments

We currently only support directly calling pylibcugraph sampling functions on a pylibcugraph Graph object in the distributed sampler. This should be extended to support graphs that are in a separate process, including MTMG graphs. Some C++ API/NCCL functions need to be exposed first to make this possible.

alexbarghi-nv avatar Aug 20 '24 19:08 alexbarghi-nv