Update tags to 6.2.2 (#3827)

This commit is contained in:
Sam Wu
2024-09-27 12:59:54 -08:00
committed by GitHub
parent e691307d60
commit 74c7d7d31b
3 changed files with 3 additions and 3 deletions

View File

@@ -76,7 +76,7 @@ The Build time will reduce significantly if we limit the GPU Architecture/s agai
mkdir -p ~/WORKSPACE/ # Or any folder name other than WORKSPACE
cd ~/WORKSPACE/
export ROCM_VERSION=6.2.0
export ROCM_VERSION=6.2.2 # Or 6.2.0 or 6.2.1
~/bin/repo init -u http://github.com/ROCm/ROCm.git -b roc-6.2.x -m tools/rocm-build/rocm-${ROCM_VERSION}.xml
~/bin/repo sync