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 RepositoriesPortable Kernel Languages

Language specifications designed to target multiple hardware backends from a single codebase.

Distinct from GPU Kernel Programming: Focuses on the language specification for portability rather than the act of programming or transpiling.

Explore 1 awesome GitHub repository matching programming languages & runtimes · Portable Kernel Languages. Refine with filters or upvote what's useful.

Awesome Portable Kernel Languages GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • rocm-developer-tools/hipAvatar de ROCm-Developer-Tools

    ROCm-Developer-Tools/HIP

    4,362Ver en GitHub↗

    HIP is a C++ GPU kernel language and cross-platform runtime designed for writing portable high-performance compute applications. It provides a programming interface that allows a single source codebase to execute on both AMD and NVIDIA GPU architectures. The project functions as a compatibility layer that enables the conversion and migration of existing CUDA source code to run on AMD hardware. This is achieved through a syntax mapping that mirrors CUDA and a source-to-source translation process during compilation. The toolkit covers the broader surface of cross-platform GPGPU development, in

    Provides a C++ GPU kernel language for writing parallel compute kernels that target multiple hardware backends.

    C++
    Ver en GitHub↗4,362
  1. Home
  2. Programming Languages & Runtimes
  3. GPU Kernel Programming
  4. Portable Kernel Languages