Skip to content

Commit

Permalink
Try pocl-opencl-icd instead of amd
Browse files Browse the repository at this point in the history
  • Loading branch information
krzywon committed Sep 26, 2024
1 parent 084352d commit ea473f7
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,9 @@ jobs:
- name: setup apt dependencies for Linux
if: ${{ matrix.os == 'ubuntu-latest' }}
run: |
sudo apt update
sudo dpkg -P amdgpu && sudo dpkg -P amdgpu-dkms
wget https://repo.radeon.com/amdgpu-install/6.1.3/ubuntu/focal/amdgpu-install_6.1.60103-1_all.deb
sudo apt install ./amdgpu-install_6.1.60103-1_all.deb
sudo amdgpu-install --usecase=rocm
sudo dpkg -P amdgpu && sudo dpkg -P amdgpu-dkms
sudo apt install pocl-opencl-icd
sudo apt update -y
sudo reboot
- name: Install Python dependencies
Expand Down

0 comments on commit ea473f7

Please sign in to comment.