pylibcugraph.renumber_arbitrary_edgelist#
- pylibcugraph.renumber_arbitrary_edgelist(
- ResourceHandle handle,
- renumber_map,
- srcs,
- dsts,
Multi-GPU supporting function that accepts a local edgelist and global renumber map and renumbers the edgelist in place.
- Parameters:
- handle: ResourceHandle
Resource handle to use.
- renumber_map: ndarray
Host array type containing the renumber map.
- src: ndarray
Device array type containing the source vertices.
- dst: ndarray
Device array type containing the destination vertices.
- Returns:
- Nothing.