rapidsai/dask-cuda

Utilities for Dask and CUDA interactions

What it solves

It simplifies the deployment and management of Dask workers on systems equipped with CUDA-enabled GPUs, making it easier to orchestrate GPU-accelerated computing tasks.

How it works

It provides utilities, such as the LocalCUDACluster class, to help users set up and manage clusters of Dask workers specifically optimized for CUDA environments.

Who it’s for

Developers and data scientists who are using Dask for parallel computing on multi-GPU systems and utilizing GPU-accelerated libraries like RAPIDS or CuPy.

Highlights

  • Provides specialized utilities for CUDA-enabled systems.
  • Simplifies the creation of CUDA clusters via LocalCUDACluster.
  • Designed to work alongside GPU libraries like RAPIDS and CuPy.

Related

  • Project
  • Project
  • Project
  • Project
  • Project