-
The current cugraph python code still has many places where hardcoded column names are used, sometimes inconsistently (eg. `src`, `dst`, `weight`, `weights`, `wgt`).
Other column names from Propert…
-
### Version
24.04 (in development)
### Which installation method(s) does this occur on?
_No response_
### Describe the bug.
Currently `CAPI_LEGACY_SPECTRAL_TEST` fails on CUDA 12.2
Based on di…
-
Environment
Google Colab Notebook
T4 GPU with High RAM configuration
Steps to Reproduce
1. Installed BERTopic using pip:
!pip install git+https://github.com/MaartenGr/BERTopic.gi…
-
Networkx supports a whole host of graph generation capabilities as part of the library that users can call when using networkx.
cuGraph has some graph generation capabilities within the testing com…
-
**Describe the solution you'd like and any additional context**
I'd like to be able to use [simple_cycles](https://networkx.org/documentation/stable/reference/algorithms/generated/networkx.algorith…
-
The version installed via pip caused this error on ubuntu 20.04 but the error does not occur when the repo is installed via git.
![image](https://user-images.githubusercontent.com/46021661/1291…
-
Since a few month ago I've been able to use `clang-tidy` (CT) on most of the raft's files, and I've noticed its suggestions in the naming style differ from what I'm used to see in raft as common pract…
-
### Problem: Rebalance with dask-cuda does not rebalance effectively
### Problem Context
We can not seem to rebalance with `dask-cuda` effectively which leads to imbalanced GPU usage.
This…
-
**Describe the solution you'd like**
We currently allow edge_t to be either 32 bit integer or 64 bit integer.
In the CSR representation of graphs, we use edge_t for the offsets array (array size #…
-
We want to use GPU to accelerate graph isomorphism, but it seems no implementation for nx.isomorphism.GraphMatcher. We hope to use this algorithm to accelerate the matching of force field parameters w…