awesome-repositories.com

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

استكشفعمليات بحث منسقةOpen-source alternativesSelf-hosted softwareالمدونةخريطة الموقع
المشروعحولHow we rankالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
awesome-repositories.comالمدونة
التصنيفات

2 مستودعات

Awesome GitHub RepositoriesProgramming Models

Provides a shared-memory programming model with point-to-point, collective, and atomic operations for parallel applications.

Distinct from Shared Memory Arrays: Distinct from Shared Memory Arrays: covers the programming model abstraction (point-to-point, collectives, atomics) rather than the concrete data structures allocated in shared memory.

Explore 2 awesome GitHub repositories matching operating systems & systems programming · Programming Models. Refine with filters or upvote what's useful.

Awesome Programming Models GitHub Repositories

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

    NVIDIA/Isaac-GR00T

    6,222عرض على GitHub↗

    Provides a shared-memory programming model with point-to-point, collective, and atomic operations for parallel applications.

    Jupyter Notebook
    عرض على GitHub↗6,222
  • ispc/ispcالصورة الرمزية لـ ispc

    ispc/ispc

    2,843عرض على GitHub↗

    ISPC is a vectorizing compiler and SIMD parallel programming language that implements a single program multiple data model. It serves as a toolchain for translating C-based code with parallel extensions into optimized machine code for various CPU and GPU architectures using an LLVM backend. The compiler is designed for cross-platform SIMD toolchain support, generating specialized instruction sets for x86 SSE/AVX, ARM NEON, and Intel GPU from a single source. It features a runtime dispatch mechanism that selects the most efficient hardware-specific implementation for the current system during

    Provides a programming model with parallel extensions to run many program instances simultaneously on vector hardware.

    C++compilerintelispc
    عرض على GitHub↗2,843
  1. Home
  2. Operating Systems & Systems Programming
  3. Shared Memory Arrays
  4. Programming Models

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

  • SPMDExecution models where multiple instances of a single program run simultaneously across hardware lanes. **Distinct from Programming Models:** Focuses on the SPMD model specifically, distinct from general shared-memory or point-to-point models.