1 مستودع
Tiered system of representations used to translate high-level models into hardware-specific executable instructions.
Distinct from Intermediate Representation Analysis: None of the candidates cover the specific tiered 'dialect' architecture used in ML compilers for hardware translation.
Explore 1 awesome GitHub repository matching programming languages & runtimes · Dialect-Based Intermediate Representations. Refine with filters or upvote what's useful.
IREE is an MLIR-based compiler toolchain and runtime designed to translate machine learning models from various frameworks into optimized binaries for execution across diverse hardware targets. It provides a unified pipeline to ingest models from PyTorch, TensorFlow, JAX, and ONNX, lowering them into a common intermediate representation for deployment on CPUs, GPUs, and bare-metal embedded systems. The project distinguishes itself through a bytecode virtual machine and a hardware abstraction layer that decouple high-level model logic from specific hardware instruction sets. It supports sophis
Uses a tiered system of dialects to translate high-level ML models into hardware-specific instructions.