1 repositorio
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.
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.