#!/bin/bash

curl https://storage.googleapis.com/git-repo-downloads/repo > /usr/bin/rep
repo init -u https://github.com/RadeonOpenCompute/ROCm.git -b roc-3.1.1
repo sync

