Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 774 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 774 Bytes

HIP SDK installation documentation (Windows)

This repository contains installation instructions for the HIP SDK on Windows, along with installation-related information.

For Linux-related installation information, refer to the Linux installation GitHub repository or the ROCm docs Linux 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