-
In dask-cuda we [benchmark how Dask+RAPIDS (cuDF)](https://medium.com/rapids-ai/high-performance-python-communication-with-ucx-py-221ac9623a6a) performs merges with a combination of accelerated comput…
-
# Release checklist
For the upcoming release we need to verify our documentation. This is a best efforts activity
so please refer to the checklist from the previous release and focus on pages that we…
-
**What is your question?**
This isn't strictly a question about rapids-cmake so much as a question about its usage across RAPIDS, but there isn't a great place to raise this question so sticking it…
-
**Describe the bug**
spark-rapids-jni_submodule-sync-dev, run: 3776
failed below with cudf change https://github.com/rapidsai/cudf/pull/16946
```
[2024-10-02T20:24:57.355Z] [INFO] [exec] By no…
-
There is currently a [bug](https://github.com/openucx/ucx/issues/3192#issuecomment-594172335) in UCX that is caused by creating and destroying multiple endpoints on a single process. This bug causes e…
-
I'd like to start this discussion because I might research this topic when I get bored. I am not an OpenCL or CUDA expert (or even novice) so I'm putting my findings here as I go.
- https://forums.…
-
The reprs for our estimators don't include values for parameters that are explicitly set during initialization, unlike scikit-learn. This can cause some confusion when a user visually inspects an esti…
-
Invoking jitify with the following source file:
```
#include
#include
```
as follows:
```
jitify2_preprocess -std=c++11 -D__CUDACC_RTC__ test.hpp
```
results in:
```
Error proce…
-
While investigating issue #2595, I found the default Scikit-learn settings for Barnes Hut can yield incorrect results for some smaller datasets. Changing these defaults to match the CannyLabs defaults…
-
With https://github.com/rapidsai/kvikio/pull/426, KvikIO depend on the AWS SDK.
This has already been done for the wheel images, see https://github.com/rapidsai/ci-imgs/pull/168 for inspiration.