Irmodule Affine : sig ... endAffine legality queries over access index vectors (gh-ocannl-494, manifesto ยง6 waypoints 1-2).
module Alloc_census : sig ... endA process-global census of the allocation classes whose accumulation across a schedule search exhausted a 12 GB card (gh-ocannl-550).
module Assignments : sig ... endAssignment computations over tensor nodes.
module Backend_impl : sig ... endmodule Backend_intf : sig ... endmodule C_syntax : sig ... endmodule Compiler_options : sig ... endmodule Cost_model : sig ... endAnalytic cost model, the extraction half (gh-ocannl-491 task 1): per-kernel compulsory memory footprints, arithmetic-op counts, arithmetic intensity, and the roofline lower-bound time under advisory envelope constants (Backend_intf.hardware_limits's peak_flops / peak_memory_bandwidth).
module Host_inits : sig ... endA weakly-owned association from a tensor node to the host buffer holding its initialization data (ndarray-backed literals and persistence-loaded nodes). After gh-ocannl-333 the data is no longer stored on Tnode.t; instead it is registered here at construction and uploaded into a backend context, on demand, at link time.
module Indexing : sig ... endSymbols and projections used to lower tensor indexing.
module Interval : sig ... endInterval (min/max) lattice shared between the per-tensor bounds summaries stored on Tnode.t and the interval_of analysis over Low_level.scalar_t. See docs/proposals/interval-analysis-scalar-t.md. This is deliberately the single module defining the bounds record and its operations (binding constraint 9 of the proposal): Tnode stores plain t values; Low_level extends them with a symbol environment and source tracking.
module Low_level : sig ... endmodule Ndarray : sig ... endmodule Numerics : sig ... endNumerics policy (gh-ocannl-478's "option 3" knob): compute-precision decisions that change results, so they are chosen by the user โ via the global config or set_policy โ never by the optimizer. Storage precisions live on tensor nodes (Tnode.t.storage_prec); this record governs how computations over those storages are carried out. It must be identical across sibling autotune candidates: candidate schedules compete on speed, never on numerics (the bitwise-parity discipline of the tensorized twins depends on it).
module Ops : sig ... endmodule Resource_fault_injection : sig ... endTest-only fault-injection points for resource-owning seams.
module Schedule : sig ... endmodule Schedule_cache : sig ... endmodule Schedule_outcome : sig ... endmodule Schedule_space : sig ... endThe partial-schedule decision space (gh-ocannl-514 phases 1-2): the representation branch-and-bound schedule search operates on, per docs/proposals/gh-ocannl-514.md.
module Task : sig ... endmodule Tnode : sig ... end