SWDEV-288929 - Fix typo

Change-Id: I56acb7ce3021304b2cd2c8bc2b840cbdcdefd072
This commit is contained in:
Rahul Garg
2021-07-22 19:27:42 +00:00
committed by Maneesh Gupta
vanhempi cbbf627662
commit ba0220578e
@@ -6,10 +6,10 @@
## Getting the source code
```bash
git clone -b rocm-4.4.x https://github.com/ROCm-Developer-Tools/hipamd.git
git clone -b rocm-4.4.x https://github.com/ROCm-Developer-Tools/hip.git
git clone -b rocm-4.4.x https://github.com/ROCm-Developer-Tools/ROCclr.git
git clone -b rocm-4.4.x https://github.com/RadeonOpenCompute/ROCm-OpenCL-Runtime.git
git clone -b develop https://github.com/ROCm-Developer-Tools/hipamd.git
git clone -b develop https://github.com/ROCm-Developer-Tools/hip.git
git clone -b develop https://github.com/ROCm-Developer-Tools/ROCclr.git
git clone -b develop https://github.com/RadeonOpenCompute/ROCm-OpenCL-Runtime.git
```
## Set the environment variables
@@ -21,8 +21,8 @@ export ROCclr_DIR="$(readlink -f ROCclr)"
export OPENCL_DIR="$(readlink -f ROCm-OpenCL-Runtime)"
```
## Build AMDHIP
Commands to build amdhip are as following,
## Build HIPAMD
Commands to build hipamd are as following,
```bash
cd "$HIPAMD_DIR"
@@ -33,6 +33,6 @@ sudo make install
```
Note,
HIP_COMMON_DIR looks for hip common source codes.
By default, release version of AMDHIP is built.
HIP_COMMON_DIR looks for hip common ([HIP](https://github.com/ROCm-Developer-Tools/HIP/)) source codes.
By default, release version of hipamd is built.