-
Ruff ships with [a few NumPy checks]( https://docs.astral.sh/ruff/rules/#numpy-specific-rules-npy ). It may be worth considering adding these to the Ruff checks that we include in RAPIDS projects
Not…
-
https://github.com/NVIDIA/cuCollections/blob/8fce363b40254f4170d97eaedcb12fc8e84e1b74/include/cuco/static_map.cuh#L200
currently takes an iterator of zipped (key, value) pairs. This requires additi…
-
## Description
As we start to publish more RAPIDS wheels directly to https://pypi.org/, it'll be important to validate the following characteristics:
* README is well-formatted and metadata is corre…
-
**Describe the bug**
Several notebook jobs are failing on 24.10 nightlies
```text
Error during notebook tests!
Errors during cugraph/algorithms/community/Community-Clustering.ipynb
Errors during cug…
-
I have to compute a lot of hungarian matchings between sets of points using their distance as the matching criterion. So far I have tried this hybrid Scipy (CPU) and PyTorch method:
```
import numpy …
-
We currently sample in bulk, but do not fetch features in bulk. This does not take full advantage of PCI-e bandwidth and, in some cases, the memory capacity of the GPU. This should be added as an op…
-
Currently RAPIDS wheels adhere strictly to [the manylinux policy](https://peps.python.org/pep-0513/#the-manylinux1-policy). While the glibc/kernel ABI restrictions are not particularly onerous, the re…
-
Hi,
GPU-accelerated libraries usually pre-allocate an amount of GPU memory in order to increase their performance.
That is great if those libraries are used in isolation, but when we need to com…
-
## Description
Currently, RAPIDS projects build wheels with build isolation, like `pip wheel .`.
With build isolation, the build tool *(in our case, `pip wheel`)*, creates a virtual environment and …
-
**Is your feature request related to a problem? Please describe.**
In multi-node multi-GPU execution, running communication-bound kernel with higher-priority helps in overlapping communication with c…