pub fn optimize_kernel_with_strategy(
ast: Arc<UOp>,
renderer: &Renderer,
strategy: OptStrategy,
) -> Arc<UOp>Expand description
Apply optimizations with explicit strategy selection (legacy API).
Prefer optimize_kernel_with_config for new code.