SWDEV-441457 - Correct the incorrect lower case name for HIPCC
Change-Id: I4094b890daa54a8d5fd3c09e0489fdb87b83ec9e
Esse commit está contido em:
@@ -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.
|
||||
|
||||
Referência em uma Nova Issue
Bloquear um usuário