This is an old version of ROCm documentation. Read the latest ROCm release documentation to stay informed of all our developments.

HIP

HIP#

Applies to Linux

2023-06-12

3 min read time

HIP is both AMD’s GPU programming language extension and the GPU runtime. This page introduces the HIP runtime and other HIP libraries and tools.

HIP Runtime#

The HIP Runtime is used to enable GPU acceleration for all HIP language based products.

  • hip:.doxygen/docBin/html/index

  • Examples

Porting tools#

HIPIFY assists with porting applications from based on CUDA to the HIP Runtime. Supported CUDA APIs are documented here as well.