cugraph icon indicating copy to clipboard operation
cugraph copied to clipboard

Support Heterogeneous Sample Output in cuGraph Distributed Sampler

Open alexbarghi-nv opened this issue 1 year ago • 0 comments

The distributed sampler can currently only output homogeneous samples. Once the code is ready in the C++ API, the C API and pylibcugraph API should be updated along with the distributed sampler to handle heterogeneous samples.

This should only require heterogeneous renumbering support at the C++ level.

alexbarghi-nv avatar May 08 '24 21:05 alexbarghi-nv