Skip to main content

HIP: Heterogeneous Interface for Portability (HIP)

Contents

  1. Overview of package
    1. General usage
  2. Availability of package by cluster

Overview of package

General information about package
Package: HIP
Description: Heterogeneous Interface for Portability (HIP)
For more information: https://github.com/ROCm-Developer-Tools/HIP
Categories:
License: OpenSource (MIT)

General usage information

The Heterogeneous Interface for Portability (HIP) is a C++ runtime API and Kernel language that allows developers to create portable applications for AMD and NVIDIA GPUs from a single source code.

This module will add the hipcc and related commands to your PATH.

In case you need to link against this library in your code, the following environmental variables have been defined:

You will probably wish to use these by adding the following flags to your compilation command (e.g. to CFLAGS in your Makefile):

and the following flags to your link command (e.g. LDFLAGS in your Makefile):

Available versions of the package HIP, by cluster

This section lists the available versions of the package HIPon the different clusters.

Available versions of HIP on the Zaratab cluster

Available versions of HIP on the Zaratab cluster
Version Module tags CPU(s) optimized for GPU ready?
5.3.3 hip/5.3.3 zen2 Y
5.6.1 hip/5.6.1 zen2 Y






Back to Top