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

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

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

2 个仓库

Awesome GitHub RepositoriesExecution Graph Optimizers

Tools for building and refining static command queues to improve runtime efficiency.

Distinguishing note: Focuses on symbolic variable updates and static hardware command queues.

Explore 2 awesome GitHub repositories matching software engineering & architecture · Execution Graph Optimizers. Refine with filters or upvote what's useful.

Awesome Execution Graph Optimizers GitHub Repositories

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

    tinygrad/tinygrad

    33,147在 GitHub 上查看↗

    Tinygrad is a deep learning framework and tensor computation engine designed for building and training neural networks. It functions as a hardware abstraction layer that manages device memory, command queues, and kernel dispatching across heterogeneous computing architectures. By utilizing a lazy-evaluation approach, the framework constructs computational graphs that defer execution until data is explicitly required, allowing it to process only the necessary operations for a given result. The project distinguishes itself through a just-in-time compilation layer that transforms abstract comput

    Builds static hardware command queues and optimizes execution graphs to minimize runtime overhead.

    Python
    在 GitHub 上查看↗33,147
  • vahidk/effectivetensorflowvahidk 的头像

    vahidk/EffectiveTensorflow

    8,589在 GitHub 上查看↗

    EffectiveTensorflow is a deep learning tutorial suite and learning resource designed for building models within the TensorFlow framework. It serves as a practical implementation guide and development manual for creating neural network architectures. The project provides curated instructions for prototyping custom operations and implementing conditional logic for recurrent and deep learning structures. It focuses on the transition from imperative prototyping to the optimization of symbolic execution graphs for hardware accelerators. The resource covers numerical stability management to preven

    Optimizes execution by converting imperative code into static symbolic graphs for hardware acceleration.

    在 GitHub 上查看↗8,589
  1. Home
  2. Software Engineering & Architecture
  3. Execution Graph Optimizers