2 Repos
Compilation frameworks that progressively lower high-level computational graphs through multiple intermediate representations.
Distinct from Multi-Target Compilers: Distinct from Multi-Target Compilers: focuses on the multi-stage lowering process rather than just the final target output.
Explore 2 awesome GitHub repositories matching programming languages & runtimes · Multi-Level Pipelines. Refine with filters or upvote what's useful.
TVM is a machine learning compiler framework designed to convert deep learning models from various frameworks into optimized machine code. It functions as a cross-platform deployment engine that transforms high-level model definitions into efficient, hardware-specific binaries for diverse computing architectures. The system utilizes a multi-level compilation pipeline that decouples algorithm logic from hardware implementation through tensor-operator abstractions. It employs a graph-level intermediate representation to perform cross-operator optimizations and memory planning before lowering co
Implements a multi-level compilation pipeline that progressively lowers model graphs into optimized machine code.
This project is a collection of technical guides and manuals for the Apache TVM compiler stack translated into Simplified Chinese. It provides translated documentation focusing on deep learning compilation and the transformation of machine learning models into optimized executable code. The documentation covers the use of hardware backend guides for deploying models across CPUs, GPUs, and specialized accelerators. It also includes references for intermediate representations and graph-level optimizations used to compile tensor programs.
Utilizes a multi-stage lowering process to progressively transform computational graphs through various levels of representation.