Skip to content

pbhandar-amd/rocm-install-on-linux

 
 

Repository files navigation

ROCm installation documentation (Linux)

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.

Building our documentation

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

Build using PDM

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.

ROCm Offline Installer Creator (Linux)

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.

Releases

No releases published

Packages

No packages published

Languages

  • C 47.5%
  • Shell 43.9%
  • CMake 8.3%
  • Python 0.3%