-
=> ERROR [6/9] RUN conda install -y -c rapidsai -c conda-forge -c nvidia cudatoolkit=12.1 cuml=23.08 && c 393.8s
------
> [6/9] RUN conda install -y -c rapidsai -c conda-forge -c nvidia cud…
-
In the 2021-03-26 nightly (and perhaps earlier), `cuml.dask.neighbors.KNeighborsClassifier` fails during `fit` on dask array input if the arrays are backed by CuPy.
```python
from distributed im…
-
Currently this is making use of `pynvml` in a few places:
https://github.com/rapidsai/deployment/blob/3b6a9916844fe6b4acd74f4cc87f294d9940d2ce/source/guides/mig.md?plain=1#L33
https://github.com…
-
I am trying to be able to run this anonymized script using cuDF or cuDF.pandas with GPU acceleration.
currently runs for over 5 hours for 2Million rows of data.
import pandas as pd
from rapidfuzz im…
-
Most RAPIDS projects measure coverage in Python. Though it appears not all measure code coverage in Cython. However there is lots of Cython code in RAPIDS. So it would be ideal to capture this in our …
-
**Describe the bug**
The following stack-trace reported after executing cell 14 in NYCTaxi-E2E notebook while using RAPIDS 0.10 container:
```
XGBoostError: [14:31:50] /conda/conda-bld/xgboost_15…
-
**Describe the bug**
This is the problematic docker image: `rapidsai/rapidsai-core-dev:22.06-cuda11.5-devel-ubuntu20.04-py3.9`. After pulling this image and running this container using the instructi…
-
This feature is going to be merged in RAFT https://github.com/rapidsai/raft/pull/2345, this issue is to track progress and ensure that the feature gets forward to cuVS as well.
-
The [`device_atomics`](https://github.com/rapidsai/cudf/blob/branch-23.08/cpp/include/cudf/detail/utilities/device_atomics.cuh) implementation in libcudf are failing memchecks when used on types small…
-
**Describe the bug**
When we tried upgrading to CPM 0.40.2 in #678, found that some RAPIDS repos had build failures.
Opening this to track the work of investigating that.
**Steps/Code to repr…