Install ROCprofiler-SDK and rocprofv3#

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 Build ROCprofiler-SDK from source.

Install the ROCm Core SDK#

ROCprofiler-SDK and the rocprofv3 CLI are included with the ROCm Core SDK on Linux. 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 ROCm profiler base package on Linux#

Alternatively, if you want to install ROCprofiler-SDK as part of the ROCm Profiler base package without additional ROCm libraries and tools, install the amdrocm-profiler-base package. If you want rocprofiler-systems and rocprofiler-compute, install amdrocm-profiler.

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

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

    amdrocm-profiler-base<rocm_version>
    

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

    For example, to install the latest ROCm Profiler package release for supported GPU architectures:

    sudo apt install amdrocm-profiler-base
    
    sudo dnf install amdrocm-profiler-base
    
    sudo zypper install amdrocm-profiler-base
    

Install a nightly build#

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