Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 4 additions & 0 deletions projects/rocprofiler-compute/docs/install/core-install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,10 @@ This includes the ROCm profilers, dependencies, and base packages.
# Install ROCm and the profilers from the AMD package repository.
python -m pip install --index-url https://repo.amd.com/rocm/whl-multi-arch/ "rocm[profiler]"

.. note::

This pip installation option installs only the components required to run ROCm profiling tools (ROCm Compute Profiler and :doc:`ROCm Systems Profiler <rocprofiler-systems:index>`). It doesn't include other components for developing or building ROCm applications. To install the full development environment, use ``pip install "rocm[devel]"`` or refer to the appropriate pip installation instruction under :doc:`Install AMD ROCm <rocm:install/rocm>` for your system environment.

Install from source
===================

Expand Down
4 changes: 4 additions & 0 deletions projects/rocprofiler-systems/docs/install/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,10 @@ This includes the ROCm profilers, dependencies, and base packages.
# Install ROCm and the profilers from the AMD package repository.
python -m pip install --index-url https://repo.amd.com/rocm/whl-multi-arch/ "rocm[profiler]"

.. note::

This pip installation option installs only the components required to run ROCm profiling tools (ROCm Systems Profiler and :doc:`ROCm Compute Profiler <rocprofiler-compute:index>`). It doesn't include other components for developing or building ROCm applications. To install the full development environment, use ``pip install "rocm[devel]"`` or refer to the appropriate pip installation instruction under :doc:`Install AMD ROCm <rocm:install/rocm>` for your system environment.

.. _post-installation-steps:

Post-installation steps
Expand Down
Loading