From e445a95fe9fb61f745535b008f9e0684e9f51cd6 Mon Sep 17 00:00:00 2001 From: Julia Jiang Date: Fri, 19 Jan 2024 16:37:40 -0500 Subject: [PATCH] SWDEV-441457 - Correct the incorrect lower case name for HIPCC Change-Id: I4094b890daa54a8d5fd3c09e0489fdb87b83ec9e --- docs/developer_guide/build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developer_guide/build.md b/docs/developer_guide/build.md index 8817b1defd..94e5f795b5 100755 --- a/docs/developer_guide/build.md +++ b/docs/developer_guide/build.md @@ -53,7 +53,7 @@ git clone -b "$ROCM_BRANCH" https://github.com/ROCm-Developer-Tools/HIPCC.git ```shell export CLR_DIR="$(readlink -f clr)" export HIP_DIR="$(readlink -f hip)" -export HIPCC_DIR="$(readlink -f hipcc)" +export HIPCC_DIR="$(readlink -f HIPCC)" ``` Note, starting from ROCM 5.6 release, clr is a new repository including the previous ROCclr, HIPAMD and OpenCl repositories.