Chuck Hastings

Results 131 issues of Chuck Hastings

RMM just added code coverage for C++ code. We should update cugraph to use this. This would potentially allow us to further reduce the C++ test code.

Define C++ API for MNMG K-Core

WCC has C API support. Add the pylibcugraph API so it can be used by python.

inactive-30d

Based on conversations with GNN developers, we need a mechanism that will allow us to take a multi-graph and generate a simple graph from it, with a user-provided function to...

inactive-30d

Current implementation of neighborhood sampling removes duplicates before returning the results. After some discussion, we'd like to remove this from the algorithm and provide it as a separate callable function...

inactive-30d

Current implementation of uniform neighborhood sampling includes a call to remove duplicates from the output. After some discussion we decided to make this a separate function available through the pylibcugraph...

inactive-30d

Added a new entry point for similarity functionality that combines the functionality of k_hop_nbrs and similarity. This entry point allows us to compute similarity for all pairs of vertices in...

improvement
non-breaking
cuGraph
CMake

Update Egonet to support MNMG by using MNMG BFS and MNMG induced subgraph Steps include: - [x] Python implementation - [x] Define PLC (pylibcugraph) API - [x] Define C API...

Epic

Weighted similarity tests are currently disabled for RMAT. This is due to the fact that RMAT generates a multigraph, and the reference implementation for weighted similarity and the cugraph primitive-based...