Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Explicitly call out that the GPU open beta runs on a single GPU #21000

Merged
merged 4 commits into from
Jan 30, 2025
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 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