Skip to main content

fused_eval_mode

Function fused_eval_mode 

Source
fn fused_eval_mode() -> u8
Expand description

Execution mode for the experimental fused row-wise evaluator. KIMCHI_FUSED_EVAL=1 uses it (falling back to the vectorised path for expressions it does not handle); =verify runs both and asserts they agree.