cugraph
cugraph copied to clipboard
[FEA] Implement a Sampling Function that works with Remote MTMG Graphs
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.