cugraph
cugraph copied to clipboard
Migrate cugraph-ops sampling kernel into cugraph
The get_sampling_index primitive from cugraph-ops has been approved to migrate into the open source cugraph package.
The goal of this issue is:
- Deprecate (or delete) the wrapped cugraph-ops sampling functions
- Move the get_sampling_index code into cugraph
- Modify the sampling primitive and sampling algorithms to use the moved version of the function