1 repositorio
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.
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
Implements a language grammar that mirrors NVIDIA CUDA to simplify the porting of GPU kernels.