Jacob Tomlinson's profile picture Jacob Tomlinson
Home Blog Talks Newsletter About

Deploying multi-GPU workloads on Kubernetes in Python

PyData DC Meetup Online Talk 30 minutes Abstract Slides Video

The RAPIDS suite of open source software libraries gives you the freedom to execute end-to-end data science and analytics pipelines entirely on GPUs with minimal code changes and no new tools to learn.

Dask provides advanced parallelism for Python by breaking functions into a task graph that can be evaluated by a task scheduler that has many workers.

By using Dask to scale out RAPIDS workloads on Kubernetes you can accelerate your workloads across many GPUs on many machines. In this talk we will discuss how to install and configure Dask on your Kubernetes cluster and use it to run accelerated GPU workloads on your cluster.