cugraph
cugraph copied to clipboard
Implement PLC/C/C++ lookup src/dst vertex from edge id
Implement functions to lookup a src/dst vertex id from an edge id.
Implementation includes the PLC/C/C++ implementation and all requisite testing.
Implementation here can be a naive "iterate over all edges" approach which will provide a functionality that can be integrated. Optimization will occur in #4308.