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

update rocm path for 4.2.0 #123

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
6 changes: 3 additions & 3 deletions Installation_Guide/Installation-Guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -257,14 +257,14 @@ The current rocm.gpg.key is not available in a standard key ring distribution, b

::

/opt/rocm/bin/rocminfo
/opt/rocm/opencl/bin/clinfo
/opt/rocm-4.2.0/bin/rocminfo
/opt/rocm-4.2.0/opencl/bin/clinfo

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

::

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


Uninstalling ROCm Packages from Ubuntu
Expand Down