#24200·cudf

[FEA] Explore lto fragments in cudf-polars

Author: wence-Created Sep 16, 2026Updated Sep 17, 2026
Labelsfeature requestcudf-polars

libcudf now offers facilities to pre-bake "LTO fragments" via jit or similar and then load and use them at runtime.

In cudf-polars we have an increasing number of custom AST transformations that are hand-coded. We might imagine that turning these into LTO fragments (given we know what types might be needed ahead-of-time) would be performance-beneficial