diff --git a/docs/source/user-guide/lazy/gpu.md b/docs/source/user-guide/lazy/gpu.md index 232bab3dbf72..e58575fb2b36 100644 --- a/docs/source/user-guide/lazy/gpu.md +++ b/docs/source/user-guide/lazy/gpu.md @@ -2,7 +2,8 @@ Polars provides an in-memory, GPU-accelerated execution engine for the Lazy API in Python using [RAPIDS cuDF](https://docs.rapids.ai/api/cudf/stable/) on NVIDIA GPUs. This functionality is -available in Open Beta and is undergoing rapid development. +available in Open Beta, is undergoing rapid development, and is currently a single GPU +implementation. If you install Polars with the [GPU feature flag](../installation.md), you can trigger GPU-based execution by running `.collect(engine="gpu")` instead of `.collect()`.