#!/bin/bash

curl https://storage.googleapis.com/git-repo-downloads/repo > /usr/bin/repo
chmod +x /usr/bin/repo
repo init -u https://github.com/RadeonOpenCompute/ROCm.git -b roc-5.1.x
repo sync

#git clone https://github.com/RadeonOpenCompute/llvm-project.git -b amd-stg-open llvm_amd-common

#git clone https://github.com/RadeonOpenCompute/ROCm-Device-Libs.git -b amd-stg-open

