rapidsai / cudf

cuDF - GPU DataFrame Library
https://docs.rapids.ai/api/cudf/stable/
Apache License 2.0
8.23k stars 883 forks source link

[FEA] Optionally inform users when a Polars query falls back to the CPU #16256

Closed beckernick closed 1 month ago

beckernick commented 1 month ago

Some Polars query plans won't be able to execute on the GPU, so they'll fall back to the CPU during execution.

We should enable users to opt-in to informative logging when this happens, perhaps by hooking into the Config logging verbosity controls.

beckernick commented 1 month ago

Discussed offline. Will try to hook into Polars verbose logging.