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

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

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

1 مستودع

Awesome GitHub RepositoriesHardware Queue Bindings

Mechanisms for direct command submission to hardware engines to reduce latency.

Distinguishing note: Focuses on bypassing driver layers for direct hardware access.

Explore 1 awesome GitHub repository matching devops & infrastructure · Hardware Queue Bindings. Refine with filters or upvote what's useful.

Awesome Hardware Queue Bindings 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

    Bypasses standard driver layers by submitting compute commands directly to hardware engines to minimize latency.

    Python
    عرض على GitHub↗33,147
  1. Home
  2. DevOps & Infrastructure
  3. Hardware Queue Bindings