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

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

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

1 个仓库

Awesome GitHub RepositoriesExecution Flow Partitioning

Partitioning programs into scheduling and execution domains to optimize latency and memory.

Distinct from Execution Optimizations: Distinct from Execution Optimizations by focusing specifically on the structural partitioning of the execution flow into domains.

Explore 1 awesome GitHub repository matching programming languages & runtimes · Execution Flow Partitioning. Refine with filters or upvote what's useful.

Awesome Execution Flow Partitioning GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • 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

    Partitions programs into scheduling and execution domains to improve overall latency and memory usage.

    C++compilercudajax
    在 GitHub 上查看↗3,819
  1. Home
  2. Programming Languages & Runtimes
  3. Execution Optimizations
  4. Execution Flow Partitioning