Expand description
GPU execution engine for Polars using NVIDIA libcudf.
Re-exports§
pub use engine::execute_plan;pub use gpu_frame::GpuDataFrame;
Modules§
- convert
- Conversion between Polars DataFrame and cudf GPU Table.
- engine
- GPU execution engine: walks the IR tree and executes nodes on GPU.
- error
- Error bridging between cudf and polars.
- expr
- Expression evaluation on GPU.
- gpu_
frame - GpuDataFrame: a named collection of GPU-resident columns.
- types
- Type and operator mapping between Polars and cudf.