awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesSyntax Mapping Layers

Language grammar definitions that mirror specific GPU APIs to facilitate code porting.

Distinct from CUDA Kernel Compilers: Focuses on the syntactic mapping between CUDA and HIP rather than the compilation process itself.

Explore 1 awesome GitHub repository matching programming languages & runtimes · Syntax Mapping Layers. Refine with filters or upvote what's useful.

Awesome Syntax Mapping Layers GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • rocm-developer-tools/hipROCm-Developer-Tools 的头像

    ROCm-Developer-Tools/HIP

    4,362在 GitHub 上查看↗

    HIP 是一种 C++ GPU 内核语言和跨平台运行时,专为编写可移植的高性能计算应用而设计。它提供了一个编程接口,允许单个源代码库在 AMD 和 NVIDIA GPU 架构上执行。 该项目作为兼容层,实现了现有 CUDA 源代码的转换和迁移,以在 AMD 硬件上运行。这是通过镜像 CUDA 的语法映射和编译过程中的源到源翻译来实现的。 该工具包涵盖了更广泛的跨平台 GPGPU 开发领域,包括异构计算优化和可移植内核的创建。它利用运行时抽象将统一 API 调用映射到特定于供应商的驱动程序库,以进行内存和内核管理。

    Implements a language grammar that mirrors NVIDIA CUDA to simplify the porting of GPU kernels.

    C++
    在 GitHub 上查看↗4,362
  1. Home
  2. Programming Languages & Runtimes
  3. Compiler and Interpreter Internals
  4. Compiler Infrastructure
  5. JIT Kernel Compilers
  6. CUDA Kernel Compilers
  7. Syntax Mapping Layers