RAFT (Reusable Accelerated Functions & Tools) provides GPU-accelerated primitives for machine learning, linear algebra, and spatial computations. The Dask integration enables distributed GPU workflows via Dask. Current version: 26.4.0 (stable). RAPIDS releases every 3 months (quarterly). CUDA 12.x only.
pip install raft-dask-cu12Verified import paths — ran on the pinned version, not inferred.
Initialize a Dask cluster with RAFT acceleration. Requires CUDA 12.x and a running cluster backend (e.g., UCX).
Upgrade to CUDA 12.2 or later, or use raft-dask-cu12=25.10.00 for CUDA 11.
Replace 'import raft.dask' with 'import raft_dask' and adjust imports accordingly.
Install ucx-py and configure UCX transport: pip install ucx-py.
No dependency data recorded yet.