Post-installation instructions#
Applies to Linux
2024-07-25
2 min read time
Configure the system linker.
Instruct the system linker where to find shared objects (
.so
files) for ROCm applications.sudo tee --append /etc/ld.so.conf.d/rocm.conf <<EOF /opt/rocm/lib /opt/rocm/lib64 EOF sudo ldconfig
Configure
PATH
.Add binary paths to the
PATH
environment variable.export PATH=$PATH:/opt/rocm-6.2.0/bin
Verify kernel-mode driver installation.
dkms status
Verify ROCm installation.
/opt/rocm-6.2.0/bin/rocminfo /opt/rocm-6.2.0/bin/clinfo
Verify package installation.
sudo apt list --installed
sudo dnf list installed
sudo zypper search --installed-only