-
I was discussing how the NetworkX dispatching could be generalized to support reuse inside scikit-image for dispatching to cucim with @jookuma, @rlratzel, and @lagru. @jookuma put together a prototype…
vyasr updated
4 months ago
-
Remove old python implementation of Random Walks.
Blocked by https://github.com/rapidsai/cugraph/issues/2558 for implementation
-
**Describe the bug**
On the [RAPIDS Install Selector Tool](https://docs.rapids.ai/install/?_gl=1*qdxyhn*_ga*MTQ2MjI3NDMzMy4xNzE1Mjk2OTU3*_ga_RKXFW6CM42*MTcyOTc4NjQxNC4xMC4wLjE3Mjk3ODY0MTQuNjAuMC4w#sel…
-
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.
-
**Is your feature request related to a problem? Please describe.**
static_map/dynamic_map currently does not take cudaStream_t stream parameter. This often requires additional synchronization and lim…
-
Hello everyone,
Thanks for the well-maintained and fast image processing library.
**Feature Description**
In robotics, we often would like to solve some planning problem on cost maps - e.g. s…
-
Remove legacy C/C++ code for Random walks. This should include the legacy C API implementation as well as the legacy C++ implementation.
Blocked by https://github.com/rapidsai/cugraph/issues/2560
-
Hello,
I was wondering whether a [k-shortest path ](https://networkx.org/documentation/stable/reference/algorithms/generated/networkx.algorithms.simple_paths.shortest_simple_paths.html#networkx.algor…
-
**Describe the bug**
I'm trying to build a Random Forest Regressor using cuml.dask.ensemble.RandomForestRegressor.
collab V100 GPUs are used.
**Steps/Code to reproduce bug**
from cuml.dask.ensem…
-
Various cugraph algos do not release the GIL during long-running C++/CUDA calls. This is especially problematic when using `dask` for MG algos, since the `dask` heartbeat mechanism relies on executing…