Skip to content

Commit 0ce2d2d

Browse files
Explicitly call out that the GPU open beta runs on a single GPU (#17872)
due to questions that arose, I wanted to clarify up front that the GPU Open beta works on a single GPU. Closes #17871 Authors: - Taurean Dyer (https://github.com/taureandyernv) - Matthew Murray (https://github.com/Matt711) Approvers: - Matthew Murray (https://github.com/Matt711) URL: #17872
1 parent a46307a commit 0ce2d2d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/cudf/source/cudf_polars/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cuDF provides an in-memory, GPU-accelerated execution engine for Python users of
55
The engine supports most of the core expressions and data types as well as a growing set of more advanced dataframe manipulations
66
and data file formats. When using the GPU engine, Polars will convert expressions into an optimized query plan and determine
77
whether the plan is supported on the GPU. If it is not, the execution will transparently fall back to the standard Polars engine
8-
and run on the CPU.
8+
and run on the CPU. This functionality is available in Open Beta, is undergoing rapid development, and is currently a single GPU implementation.
99

1010
Benchmark
1111
---------
@@ -42,9 +42,9 @@ Launch on Google Colab
4242

4343
.. figure:: ../_static/colab.png
4444
:width: 200px
45-
:target: https://colab.research.google.com/github/rapidsai-community/showcase/blob/main/accelerated_data_processing_examples/polars_gpu_engine_demo.ipynb
45+
:target: https://nvda.ws/4eKlWZW
4646

47-
Try out the GPU engine for Polars in a free GPU notebook environment. Sign in with your Google account and `launch the demo on Colab <https://colab.research.google.com/github/rapidsai-community/showcase/blob/main/accelerated_data_processing_examples/polars_gpu_engine_demo.ipynb>`__.
47+
Try out the GPU engine for Polars in a free GPU notebook environment. Sign in with your Google account and `launch the demo on Colab <https://nvda.ws/4eKlWZW>`__.
4848

4949
.. toctree::
5050
:maxdepth: 1

0 commit comments

Comments
 (0)