Skip to content

Commit

Permalink
explicitly call out that the GPU open beta is single GPU
Browse files Browse the repository at this point in the history
  • Loading branch information
taureandyernv authored Jan 30, 2025
1 parent 2eaee18 commit 4b56c5c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/source/user-guide/lazy/gpu.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 and is undergoing rapid development. This functionality is available in
Open Beta and is undergoing rapid development and currently is 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()`.
Expand Down

0 comments on commit 4b56c5c

Please sign in to comment.