nkdsl.compilerΒΆ
Symbolic operator compiler package.
Functions
|
Module-level convenience function for one-shot symbolic compilation. |
|
Returns the module-level shared in-memory artifact store. |
|
Builds the default symbolic lowerer registry. |
|
Returns the module-level shared operator-lowering target registry. |
|
Builds the default two-stage symbolic compiler pass pipeline. |
|
Resets the module-level shared compiler instance. |
|
Resets module-level default singleton instances. |
Classes
|
Immutable cache key for compiled symbolic operator artifacts. |
|
Holds per-compilation mutable state across pipeline stages. |
|
Deterministic compilation signature for cache-key generation. |
|
Compilation artifact produced by the symbolic compiler pipeline. |
|
Orchestrates the symbolic operator compilation pipeline. |
|
Static and runtime controls for symbolic compiler execution. |
|
Registry for selectable compiled-operator targets. |
|
Describes one compiled-operator target selectable during lowering. |
Exceptions
|
Raised when symbolic compilation fails at any pipeline stage. |