1 dépôt
Generation of executable code compatible with multiple platforms including CPUs, GPUs, and bare-metal systems.
Distinct from Multi-Platform Mobile Deployers: Covers a broader range of platforms beyond mobile, including bare-metal and desktop GPUs
Explore 1 awesome GitHub repository matching software engineering & architecture · Multi-Platform Code Generation. 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
Generates optimized executable code for diverse targets including CPUs, GPUs, and bare-metal embedded systems.