cugraph
cugraph copied to clipboard
[FEA] Add a primitive to gather neighbor information from incoming/outgoing edges.
Describe the solution you'd like and any additional context
We need a primitive to gather information from each vertex's incoming/outgoing edges. This will be served with per_v_transform_reduce_incoming|outgoing_e
if the gathered information can be pair-wise reduced but this is not always a case; in some cases we need to sort/groupby the entire gathered information to post process.
Considering adding per_v_gather_from_incoming|outgoing_e
(naming tentative) for this purpose.
This issue has been labeled inactive-30d
due to no recent activity in the past 30 days. Please close this issue if no further response or action is needed. Otherwise, please respond with a comment indicating any updates or changes to the original issue and/or confirm this issue still needs to be addressed. This issue will be labeled inactive-90d
if there is no activity in the next 60 days.