Skip to content

Commit

Permalink
update package manager install docs to include omniperf in PATH (ROCm…
Browse files Browse the repository at this point in the history
…#420)

Signed-off-by: Peter Jun Park <[email protected]>
Signed-off-by: xuchen-amd <[email protected]>
  • Loading branch information
peterjunpark authored and xuchen-amd committed Oct 19, 2024
1 parent 32065b2 commit 957ce4a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/install/core-install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -224,20 +224,29 @@ software stack.
.. code-block:: shell
$ sudo apt install omniperf
# Include omniperf in your system PATH
$ sudo update-alternatives --install /usr/bin/omniperf omniperf /opt/rocm/bin/omniperf 0
# Install Python dependencies
$ python3 -m pip install -r /opt/rocm/libexec/omniperf/requirements.txt
.. tab-item:: Red Hat Enterprise Linux

.. code-block:: shell
$ sudo dnf install omniperf
# Include omniperf in your system PATH
$ sudo update-alternatives --install /usr/bin/omniperf omniperf /opt/rocm/bin/omniperf 0
# Install Python dependencies
$ python3 -m pip install -r /opt/rocm/libexec/omniperf/requirements.txt
.. tab-item:: SUSE Linux Enterprise Server

.. code-block:: shell
$ sudo zypper install omniperf
# Include omniperf in your system PATH
$ sudo update-alternatives --install /usr/bin/omniperf omniperf /opt/rocm/bin/omniperf 0
# Install Python dependencies
$ python3 -m pip install -r /opt/rocm/libexec/omniperf/requirements.txt
.. _core-install-rocprof-var:
Expand Down

0 comments on commit 957ce4a

Please sign in to comment.