SWDEV-405375 - Fix dead links in HIP documentations (#3258)

Change-Id: Ia0f4990fa897271fd8c83ce1b073f3d1a761ffa0
This commit is contained in:
ROCm CI Service Account
2023-06-17 03:28:53 +05:30
committed by GitHub
parent 33618001e5
commit d21183c194
2 changed files with 26 additions and 27 deletions
+3 -3
View File
@@ -40,14 +40,14 @@ apt-get install hip-runtime-nvidia hip-dev
# Verify your installation
Run hipconfig (instructions below assume default installation path) :
```shell
Run hipconfig (instructions below assume default installation path):
```
/opt/rocm/bin/hipconfig --full
```
# How to build HIP from source
Developers can build HIP from source on either AMD or NVIDIA platforms, see
detailed instructions at {doc}`/developer_guide/build`
detailed instructions at [building HIP from source](../developer_guide/build.md).