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

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

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم 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

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

    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/effectivetensorflowالصورة الرمزية لـ vahidk

    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