Installing ROCm Performance Primitives with the package installer

Installing ROCm Performance Primitives with the package installer#

There are three ROCm Performance Primitives (RPP) packages available:

rpp: The RPP runtime package. This is the basic package that only installs the librpp.so library.

rpp-dev: The RPP development package. This package installs the librpp.so library, the RPP header files, and the RPP samples.

rpp-test: A test package that provides CTest to verify the installation.

All the required dependencies are installed when the package installation method is used.

Use the following commands to install only the RPP runtime package:

sudo apt install rpp
sudo yum install rpp
sudo zypper install rpp

Use the following commands to install all three RPP packages:

sudo apt install rpp rpp-dev rpp-test
sudo yum install rpp rpp-devel rpp-test
sudo zypper install rpp rpp-devel rpp-test