1 个仓库
Management of large program data chunks through parameterized interfaces to optimize runtime memory.
Distinct from Chunked Memory Management: Neither chunked memory nor interpreter managers capture the specific use of parameters for large-scale program data management in a compiler runtime.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Program Data Parameterization. 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
Handles large chunks of program data via parameters to optimize memory usage during execution.