Skip to main content

Module runner

Module runner 

Source
Expand description

Pipeline orchestrator. Runs canonical passes in order and emits one ModelProto per partition; functions[0] is the partition main, functions[1..] are hoisted sub-Module bodies. Driven from crate::driver::Compiler::compile.

Constants§

CANONICAL_PASS_NAMES
Canonical pass names in pipeline order. Each pass assumes the prior passes’ invariants.