Update xml files for 6.2.4 (#4012)

* Update xml files for 6.2.4

* Update README with 6.2.4
This commit is contained in:
Sam Wu
2024-11-06 16:52:39 -07:00
committed by GitHub
parent 25755d32c8
commit 9cefbf2699
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.2 # Or 6.2.0 or 6.2.1
export ROCM_VERSION=6.2.4 # Or 6.2.0, 6.2.1, 6.2.2
~/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