Chuck Hastings
Chuck Hastings
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.
The python implementation of Louvain still uses the legacy implementation. There is already an SG and MG Louvain available in PLC (pylibcugraph). Existing tests should be sufficient, it should just...
Add a new externally facing C++ API. The current C-style external API is too limiting. It would be nice to have: - An external facing C++ API that did not...
**Summary:** The latest dev branch (5c2e6f6ac96a8e968946f9570fedecbedf40f444) fails to build within a RAPIDS docker container. The RAPIDS docker container includes a different version of rapidjson and gtest than gunrock depends upon,...
Expose the Graph Coloring algorithm implemented in version 1.x of gunrock through an external API.
Expose the Geolocation algorithm implemented in version 1.x of gunrock through an external API.
Expose the Subgraph Matching algorithm implemented in version 1.x of gunrock through an external API. There is a C version currently exposed through the old-style API. Issues with that version...
Expose the MaxFlow algorithm implemented in version 1.x of gunrock through an external API.