Skip to content
This repository has been archived by the owner on Jun 5, 2023. It is now read-only.

Update Quick Start Installation Guide.rst #118

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Installation_Guide/Quick Start Installation Guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ AMD ROCm Installation Guide v3.1.0
Deploying ROCm
~~~~~~~~~~~~~~~~

AMD hosts both Debian and RPM repositories for the ROCm v3.0x packages.
AMD hosts both Debian and RPM repositories for the ROCm v4.1x packages.

The following directions show how to install ROCm on supported Debian-based systems such as Ubuntu 18.04.x

Expand Down Expand Up @@ -117,14 +117,14 @@ The current rocm.gpg.key is not available in a standard key ring distribution, b

::

/opt/rocm/bin/rocminfo
/opt/rocm/opencl/bin/x86_64/clinfo
/opt/rocm-4.1.0/bin/rocminfo
/opt/rocm-4.1.0/opencl/bin/x86_64/clinfo

Note: To run the ROCm programs more efficiently, add the ROCm binaries in your PATH.

::

echo 'export PATH=$PATH:/opt/rocm/bin:/opt/rocm/profiler/bin:/opt/rocm/opencl/bin/x86_64' |
echo 'export PATH=$PATH:/opt/rocm-4.1.0/bin:/opt/rocm-4.1.0/profiler/bin:/opt/rocm-4.1.0/opencl/bin/x86_64' |
sudo tee -a /etc/profile.d/rocm.sh


Expand Down