-
## 🔨Work Item
**IMPORTANT:**
* This template is only for dev team to track project progress. For feature request or bug report, please use the corresponding issue templates.
* DO NOT create a new…
-
## 🚀 Feature
We should integrate cugraph local storage into DGL to allow DGL to use faster single and multi-gpu cugraph sampling we are developing in cugraph.
This class will be a thin wrapper…
-
Hi guys,
I am working on bringing GPU accelerated graph processing into Java world, I have at the moment ready to use bindings for Gunrock project:
https://gunrock.github.io/
The fork is not ye…
-
This EPIC captures all the planned BLOGS
```[tasklist]
### BLOG Tasks
- [ ] https://github.com/rapidsai/cugraph-docs/issues/27
- [ ] https://github.com/rapidsai/cugraph/issues/2135
- [ ] https:…
-
**Describe the bug**
Docker builds are failing on all CUDA 11.2 builds: https://gpuci.gpuopenanalytics.com/job/rapidsai/job/nightly-tests/job/docker-test-cuml/lastCompletedBuild/testReport/
```
.…
-
cuDF and cuGraph cpp sources are under cudf and cugraph namespaces respectively. However, cuML is currently the odd-man-out with `ML` as its top level namespace! So, for consistency reasons we should …
-
We're having issues with our DGL dependency since DGL uses conda labels to split CUDA version so we need a different channel specification per CUDA version, which `dependencies.yaml` currently does no…
-
### Version
cugraph-cu11 24.4.0
### Which installation method(s) does this occur on?
Pip
### Describe the bug.
I did not create multiple edges in my code, but the minimum spanning tree algorithm …
-
RAPIDS currently builds conda packages in CI using conda-build. The [`rattler-build` tool](https://prefix-dev.github.io/rattler-build) is a newer alternative. It is written in Rust, and should be fast…
-
**Describe the solution you'd like and any additional context**
I would like an API to reverse edges for a directed `cugraph.Graph ` . This can probably follow the reverse API in networrkx. https…