From ba0220578ec9f9f650ce1c034e1168a7ff0ea877 Mon Sep 17 00:00:00 2001 From: Rahul Garg Date: Thu, 22 Jul 2021 19:27:42 +0000 Subject: [PATCH] SWDEV-288929 - Fix typo Change-Id: I56acb7ce3021304b2cd2c8bc2b840cbdcdefd072 --- hipamd/{install.md => INSTALL.md} | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) rename hipamd/{install.md => INSTALL.md} (61%) diff --git a/hipamd/install.md b/hipamd/INSTALL.md similarity index 61% rename from hipamd/install.md rename to hipamd/INSTALL.md index 0b589064e8..1d365ead70 100644 --- a/hipamd/install.md +++ b/hipamd/INSTALL.md @@ -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.