awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repositorio

Awesome GitHub RepositoriesSPMD

Execution 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.

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

Awesome SPMD GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • ispc/ispcAvatar de ispc

    ispc/ispc

    2,843Ver en 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
    Ver en GitHub↗2,843
  1. Home
  2. Operating Systems & Systems Programming
  3. Shared Memory Arrays
  4. Programming Models
  5. SPMD