cugraph
cugraph copied to clipboard
cuGraph - RAPIDS Graph Analytics Library
Example: each call to `k_truss` can call `isolates` 3 times. Because each dispatched API call performs a conversion from the input NX graph to an internal PLC graph, a single...
One stop shop for ideas of things that should be periodically revisited. These ideas are might be worth implementing given certain circumstances. This should be revisited at least every release...
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...
### How would you describe the priority of this documentation request Critical (currently preventing usage) ### Please provide a link or source to the relevant docs https://github.com/rapidsai/cugraph/blob/branch-24.02/docs/cugraph/source/graph_support/algorithms.md ### Describe the...
We should explore https://pytorch.org/tensordict/ , we currently have a lot of work around handling dict of tensors and i think we can benefit by using this framework. TensorDict is a...
This is the first task for https://github.com/rapidsai/cugraph-pg/issues/10. Much more functionality coming soon!
The cuGraph feature store currently throws an exception for the `torch` and `numpy` backends when a `WholeGraph` embedding is passed. This should be changed to allow passing a WG embedding,...
**Describe the solution you'd like and any additional context** We should expose count_multi_edges for cuGraph C++ graph_view_t to python to check if a graph has multi_edges. It is possible for...
#4054 adds a mechanism to the `remove_multi_edges` function to "decide" which edge weight to keep when edge weights are present in the edge list (and potentially different). By default `remove_multi_edges`...