Parallel Programming using HIP

This page is under construction and will be updated very soon.

The Heterogeneous-Compute Interface for Portability (HIP) is a C++ runtime API and kernel language developed by AMD. It allows developers to write portable code that can run on both AMD and NVIDIA GPUs from a single source. This makes it easier to develop applications that can leverage the computational power of different GPU architectures without needing to rewrite the code for each platform.


Mandar Gurav Avatar

Mandar Gurav

Parallel Programmer, Trainer and Mentor


If you are new to Parallel Programming you can start here.



Beginner CUDA Fortran Hello World Message Passing Interface MPI Nvidia Nsight Systems NVPROF OpenACC OpenACC Fortran OpenMP PGI Fortran Compiler Profiling Vector Addition


Popular Categories