awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 مستودعات

Awesome GitHub RepositoriesMulti-Level Pipelines

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.

Awesome Multi-Level Pipelines GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • apache/tvmالصورة الرمزية لـ apache

    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

    Implements a multi-level compilation pipeline that progressively lowers model graphs into optimized machine code.

    Pythoncompilerdeep-learninggpu
    عرض على GitHub↗13,497
  • hyperai/tvm-cnالصورة الرمزية لـ hyperai

    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.

    Utilizes a multi-stage lowering process to progressively transform computational graphs through various levels of representation.

    TypeScriptapachechinese-simplifieddeep-learning
    عرض على GitHub↗3,813
  1. Home
  2. Programming Languages & Runtimes
  3. Source Code Compilers
  4. Multi-Target Compilers
  5. Multi-Level Pipelines