Building a Minimal IR for ONNX Model Compilation: From Concept to Implementation
Introduction: The Role of Intermediate Representations
Our compiler's Intermediate Representation (IR) serves as the crucial bridge between high-level ONNX models and optimized executable code. This post documents my implementation of a minimal Relay...
my-tvm-from-scratch-1.hashnode.dev4 min read