Building a Minimal IR for ONNX Model Compilation: From Concept to ImplementationJan 27, 2025·4 min read
Towards a minimal compiling example (1): PassContextWhat Is PassContext? A PassContext is a contextual object that exists during the execution of IR passes. It acts as a shared environment to configure and control the behavior of optimization passes without hard-coding logic into each one. If you’re f...Apr 8, 2025·3 min read