Skip to content

Commit

Permalink
Use rocm 5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sbalint98 committed May 15, 2022
1 parent 6c4a986 commit 3aa1758
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,27 +9,27 @@ jobs:
strategy:
matrix:
clang_version: [13]
rocm_version: ['5.1.0']
rocm_version: ['5.1.1']
os: [ubuntu-20.04]
cuda: [11.0]
steps:
- uses: actions/checkout@v2
with:
submodules: 'recursive'
- name: install ROCm
run: |
sudo apt install libnuma-dev cmake unzip
wget -q -O - https://repo.radeon.com/rocm/rocm.gpg.key | sudo apt-key add -
echo 'deb [arch=amd64] https://repo.radeon.com/rocm/apt/${{matrix.rocm_version}}/ ubuntu main' | sudo tee /etc/apt/sources.list.d/rocm.list
sudo apt update
sudo apt install rocm-dev
- name: install CUDA 11.0
if: matrix.cuda == 11.0
run: |
mkdir -p /opt/hipSYCL/cuda
wget -q -O cuda.sh http://developer.download.nvidia.com/compute/cuda/11.0.2/local_installers/cuda_11.0.2_450.51.05_linux.run
sudo sh ./cuda.sh --override --silent --toolkit --no-man-page --no-drm --no-opengl-libs --installpath=/opt/hipSYCL/cuda || true
echo "CUDA Version 11.0.0" | sudo tee /opt/hipSYCL/cuda/version.txt
- name: install ROCm
run: |
sudo apt install libnuma-dev cmake unzip
wget -q -O - https://repo.radeon.com/rocm/rocm.gpg.key | sudo apt-key add -
echo 'deb [arch=amd64] https://repo.radeon.com/rocm/apt/${{matrix.rocm_version}} bionic main' | sudo tee /etc/apt/sources.list.d/rocm.list
sudo apt update
sudo apt install rocm-dev
- name: install LLVM
run: |
wget https://apt.llvm.org/llvm.sh
Expand Down

0 comments on commit 3aa1758

Please sign in to comment.