awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

7 个仓库

Awesome GitHub RepositoriesModel Compilers

Tools that transform high-level neural network definitions into optimized, hardware-specific executable code.

Distinct from Model Performance Optimizations: Distinct from Model Performance Optimizations: focuses on the compilation process to machine code rather than general performance tuning.

Explore 7 awesome GitHub repositories matching artificial intelligence & ml · Model Compilers. Refine with filters or upvote what's useful.

Awesome Model Compilers GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • apache/tvmapache 的头像

    apache/tvm

    13,497在 GitHub 上查看↗

    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

    Converts complex neural network models into highly efficient, hardware-optimized machine code.

    Pythoncompilerdeep-learninggpu
    在 GitHub 上查看↗13,497
  • nvidia/tensorrt-llmNVIDIA 的头像

    NVIDIA/TensorRT-LLM

    12,913在 GitHub 上查看↗

    TensorRT-LLM is a platform and toolkit designed for compiling, optimizing, and serving transformer-based models on accelerated hardware. It functions as a framework that transforms machine learning models into efficient execution graphs, providing an engine to refine these models for specific hardware to maximize throughput and minimize latency during text generation. The project distinguishes itself through advanced execution strategies that manage the entire inference pipeline. It utilizes kernel-level fusion and static graph execution to optimize mathematical operations and computational f

    Transforms high-level neural network definitions into hardware-specific execution kernels to maximize throughput.

    Pythonblackwellcudallm-serving
    在 GitHub 上查看↗12,913
  • zhaochenyang20/awesome-ml-sys-tutorialzhaochenyang20 的头像

    zhaochenyang20/Awesome-ML-SYS-Tutorial

    5,371在 GitHub 上查看↗

    This project provides a comprehensive technical guide and framework for engineering large-scale machine learning systems. It covers the full lifecycle of model development, focusing on the infrastructure and computational principles required to build, train, and serve generative AI models across distributed GPU clusters. The repository distinguishes itself by offering deep-dive tutorials and implementation strategies for complex system challenges. It emphasizes high-performance architectural primitives, such as collective communication orchestration, distributed tensor sharding, and static gr

    Transforms high-level neural network definitions into optimized, hardware-specific executable code for dynamic workloads.

    Python
    在 GitHub 上查看↗5,371
  • plaidml/plaidmlplaidml 的头像

    plaidml/plaidml

    4,573在 GitHub 上查看↗

    PlaidML 是一个深度学习编译器框架和跨平台运行时,旨在在各种硬件目标上执行机器学习模型。它作为一个硬件无关的张量引擎,将张量模型翻译为可执行代码,从而允许深度学习网络在不同计算设备上运行,而无需特定的驱动程序依赖。 该系统通过使用 JSON 规范定义设备硬件,实现了在自定义或受限硬件上执行模型。它采用领域特定语言来描述张量计算,并提供中间层将各种机器学习框架与其硬件目标编译器集成。 该引擎支持一系列张量操作,包括带索引约束的张量收缩、带可配置步长和填充的多维卷积,以及使用广播的逐元素操作。它还包含一个测试套件,用于基准测试不同硬件组件和环境下的执行速度和效率。

    Transforms high-level neural network definitions into optimized, hardware-specific executable code.

    C++
    在 GitHub 上查看↗4,573
  • iree-org/ireeiree-org 的头像

    iree-org/iree

    3,819在 GitHub 上查看↗

    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

    Transforms high-level neural network definitions into optimized, hardware-specific executable code for diverse deployment targets.

    C++compilercudajax
    在 GitHub 上查看↗3,819
  • hyperai/tvm-cnhyperai 的头像

    hyperai/tvm-cn

    3,813在 GitHub 上查看↗

    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.

    Transforms high-level neural network definitions into optimized, hardware-specific executable code.

    TypeScriptapachechinese-simplifieddeep-learning
    在 GitHub 上查看↗3,813
  • zml/zmlzml 的头像

    zml/zml

    3,171在 GitHub 上查看↗

    zml is a machine learning model compiler and cross-platform inference engine that transforms model descriptions into optimized executable binaries for specific hardware accelerators. It functions as a model deployment toolkit and hardware-agnostic orchestrator, utilizing a tensor-based architecture definition to provide strong type checking during the compilation process. The project distinguishes itself through the ability to shard tensors and distribute large-scale AI workloads across a logical mesh of multiple devices. It further supports the remote model lifecycle by authenticating and do

    Transforms high-level model definitions into optimized, hardware-specific executable machine code.

    Zigaibazelhpc
    在 GitHub 上查看↗3,171
  1. Home
  2. Artificial Intelligence & ML
  3. Machine Learning
  4. Frameworks
  5. Training Systems
  6. Model Performance Optimizations
  7. Model Compilers