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

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

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

1 مستودع

Awesome GitHub RepositoriesChipset Acceleration

Support for offloading model computation to mobile or embedded processor cores.

Distinct from Hardware Acceleration: Distinct from Hardware Acceleration: focuses on specific mobile/embedded chipset optimization rather than general GPU acceleration.

Explore 1 awesome GitHub repository matching operating systems & systems programming · Chipset Acceleration. Refine with filters or upvote what's useful.

Awesome Chipset Acceleration GitHub Repositories

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

    microsoft/onnxruntime

    19,347عرض على GitHub↗

    This project is a cross-platform machine learning inference engine designed to execute pre-trained models across diverse operating systems and hardware environments. It functions as a standardized execution framework that manages the entire lifecycle of model inference, from loading and graph optimization to hardware-accelerated execution and generative sequence management. The runtime distinguishes itself through a highly modular architecture that decouples model logic from hardware-specific kernels. By utilizing an execution provider abstraction, it enables developers to offload computation

    Executes models on mobile or embedded chipsets by offloading computation to dedicated processor cores.

    C++ai-frameworkdeep-learninghardware-acceleration
    عرض على GitHub↗19,347
  1. Home
  2. Operating Systems & Systems Programming
  3. Hardware Interfacing and Drivers
  4. Hardware Acceleration
  5. Chipset Acceleration

استكشف الوسوم الفرعية

  • Chipset-Specific Graph PartitioningLowering and partitioning model graphs according to specific chipset compilation specifications. **Distinct from Chipset Acceleration:** Focuses on the graph partitioning and lowering logic for specific chipsets rather than general driver acceleration.