Install HIPIFY#

Before you begin, verify that your system is supported. For more information, see ROCm Core SDK components.

For advanced workflows, source builds, or custom configurations, see Building hipify-clang on Linux or Building hipify-clang on Windows.

Install the ROCm Core SDK#

HIPIFY is included with the ROCm Core SDK on Linux and Windows. For the most complete installation, we recommend that developers use the amdrocm-core-sdk meta package.

For instructions, see Install AMD ROCm. Use the selector panel on that page to view instructions appropriate for your system environment.

Install the HIPIFY package on Linux#

Alternatively, if you want to install HIPIFY without additional ROCm libraries and tools, install the amdrocm-hipify package.

  1. Complete the ROCm installation prerequisites to install dependencies and configure GPU access permissions.

  2. Install the HIPIFY package that matches your desired ROCm version. Package names use the following format:

    amdrocm-hipify<rocm_version>
    

    <rocm_version> represents the ROCm Core SDK version to install. Omit this suffix to install the latest available version.

    For example:

    sudo apt install amdrocm-hipify
    
    sudo dnf install amdrocm-hipify
    
    sudo zypper install amdrocm-hipify
    

Install a nightly build#

The TheRock build system also publishes nightly builds for the ROCm Core SDK and its components, including ROCm Systems Profiler. See Nightly release status for details.