This repository contains installation instructions for ROCm on Linux, along with installation-related information.
For Windows-related installation information (HIP SDK), refer to the Windows installation GitHub repository or the ROCm docs Windows install page.
For a quick-start build, use the following code. For more options and detail, refer to Building documentation.
cd docs
pip3 install -r sphinx/requirements.txt
python3 -m sphinx -T -E -b html -d _build/doctrees -D language=en . _build/html
You can also use PDM to manage the build environment.
- To create
venv
and install build requirements, use:pdm sync
- To build the docs, use:
pdm run inv build
Now you can open docs/_build/html/index.html
in your browser.
This repository contains tools for installing ROCm on Linux including the ROCm Offline Installer Creator. Use this tool to create an offline installation of ROCm. Offline Installer Creator.