From 4b56c5cdbed732020f92497f0cebfbcafaa1f5cb Mon Sep 17 00:00:00 2001 From: Taurean Dyer <46935140+taureandyernv@users.noreply.github.com> Date: Thu, 30 Jan 2025 02:49:47 -0800 Subject: [PATCH 1/4] explicitly call out that the GPU open beta is single GPU --- docs/source/user-guide/lazy/gpu.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/source/user-guide/lazy/gpu.md b/docs/source/user-guide/lazy/gpu.md index 232bab3dbf72..1745ec0e4d30 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 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()`. From 19f167f680f21f3bd0f79020f8669e90e2859b4a Mon Sep 17 00:00:00 2001 From: Lawrence Mitchell Date: Thu, 30 Jan 2025 11:07:35 +0000 Subject: [PATCH 2/4] Remove repetition --- docs/source/user-guide/lazy/gpu.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/source/user-guide/lazy/gpu.md b/docs/source/user-guide/lazy/gpu.md index 1745ec0e4d30..d1bad72a1847 100644 --- a/docs/source/user-guide/lazy/gpu.md +++ b/docs/source/user-guide/lazy/gpu.md @@ -2,8 +2,7 @@ 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. This functionality is available in -Open Beta and is undergoing rapid development and currently is a single GPU implementation. +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()`. From 689ebb154663fb573382f28c66e9d1886a8afeef Mon Sep 17 00:00:00 2001 From: Lawrence Mitchell Date: Thu, 30 Jan 2025 11:08:25 +0000 Subject: [PATCH 3/4] Markdown lint --- docs/source/user-guide/lazy/gpu.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/source/user-guide/lazy/gpu.md b/docs/source/user-guide/lazy/gpu.md index d1bad72a1847..5ac085944d00 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 and currently is a single GPU implementation. +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()`. From 0002d092ce05fa4539dba5ca20deeacc40ea2dba Mon Sep 17 00:00:00 2001 From: Alexander Beedie Date: Thu, 30 Jan 2025 17:28:06 +0400 Subject: [PATCH 4/4] Update docs/source/user-guide/lazy/gpu.md --- docs/source/user-guide/lazy/gpu.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/user-guide/lazy/gpu.md b/docs/source/user-guide/lazy/gpu.md index 5ac085944d00..e58575fb2b36 100644 --- a/docs/source/user-guide/lazy/gpu.md +++ b/docs/source/user-guide/lazy/gpu.md @@ -2,7 +2,7 @@ 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 and currently is a single GPU +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