Skip to content

Commit

Permalink
Explicitly call out that the GPU open beta runs on a single GPU
Browse files Browse the repository at this point in the history
  • Loading branch information
taureandyernv authored Jan 30, 2025
1 parent 847fa28 commit febc36b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/cudf/source/cudf_polars/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ cuDF provides an in-memory, GPU-accelerated execution engine for Python users of
The engine supports most of the core expressions and data types as well as a growing set of more advanced dataframe manipulations
and data file formats. When using the GPU engine, Polars will convert expressions into an optimized query plan and determine
whether the plan is supported on the GPU. If it is not, the execution will transparently fall back to the standard Polars engine
and run on the CPU.
and run on the CPU. This functionality is available in Open Beta and is undergoing rapid development and currently is a single
GPU implementation.

Benchmark
---------
Expand Down

0 comments on commit febc36b

Please sign in to comment.