Skip to content

Commit

Permalink
fix: update rocm.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
supersonictw authored Nov 18, 2023
1 parent 8e750c6 commit 016bb8e
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions build/rocm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,21 @@

set -e

# install script dependencies
# Install script dependencies
apt-get -qq install build-essential cmake repo git git-lfs

# repo sync
# Repo sync
repo init -u https://github.com/RadeonOpenCompute/ROCm.git -b roc-5.7.x
repo sync

# prepare rocm-build
git clone https://github.com/xuhuisheng/rocm-build.git --branch 59b87dc62972c1ad32a8862e9ea6b5921c1f33a0
cd rocm-build && source env.sh && sh install-dependency.sh
# Prepare rocm-build
git clone https://github.com/xuhuisheng/rocm-build.git
cd rocm-build
git checkout 59b87dc62972c1ad32a8862e9ea6b5921c1f33a0

# Load build environment
source env.sh
sh install-dependency.sh

# Array of script names matching the pattern [0-9][0-9].?????.sh
scripts=($(ls -1v [0-9][0-9].*.sh))
Expand Down

0 comments on commit 016bb8e

Please sign in to comment.