cugraph icon indicating copy to clipboard operation
cugraph copied to clipboard

Implement PLC/C/C++ lookup src/dst vertex from edge id

Open ChuckHastings opened this issue 10 months ago • 0 comments

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.

ChuckHastings avatar Apr 02 '24 15:04 ChuckHastings