nkdsl.compiler.passes.fusionΒΆ

Symbolic term-fusion planning compiler pass.

Functions

debug_event(msg, *[, scope, pass_name, tag, ...])

Structured debug event with scope and optional pass filtering.

Classes

AbstractSymbolicPass()

Abstract base for all symbolic compiler passes.

Any(*args, **kwargs)

Special type indicating an unconstrained type.

Mapping()

A Mapping is a generic container for associating key/value pairs.

SymbolicCompilationContext(*, operator, ir, ...)

Holds per-compilation mutable state across pipeline stages.

SymbolicFusionPass()

Groups IR terms into fusion-compatible clusters.