cugraph
cugraph copied to clipboard
cuGraph - RAPIDS Graph Analytics Library
The 22.08 release notebook needs to be done to capture official benchmark data.
Remove old python implementation of induce subgraph.
Implement Induce Subgraph unit tests for python.
Modify the python induce subgraph calls to use the new PLC version of induce subgraph. Add MNMG support. API definition in https://github.com/rapidsai/cugraph/issues/2529 blocks starting this work Implementation in https://github.com/rapidsai/cugraph/issues/2532 blocks...
Define C++ unit tests. Tests should include both SG and MG tests.
Define C API unit tests. These do not need to duplicate the C++ tests but should focus on testing all different mechanisms on the C API. Tests should include both...
Implement Induce Subgraph using the graph primitives.
Define C++ API for Induce Subgraph.
Define a C API for the Induce Subgraph function
Define PLC (pylibcugraph) API for Induce Subgraph. This should mirror the C API definition for Induce Subgraph.