Skip to content

Commit

Permalink
Switch amdgpu-install usecase only to openmpsdk
Browse files Browse the repository at this point in the history
This should provide a more minimal install for just what  is needed to
get amdflang and amdclang
  • Loading branch information
fluidnumerics-joe committed Jun 12, 2024
1 parent d4723f0 commit a42366c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux-amdflang-cmake.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
sudo apt update -y
wget https://repo.radeon.com/amdgpu-install/6.1.1/ubuntu/jammy/amdgpu-install_6.1.60101-1_all.deb
sudo apt install -y ./amdgpu-install_6.1.60101-1_all.deb
sudo amdgpu-install --accept-eula -y --usecase=rocm --no-dkms
sudo amdgpu-install --accept-eula -y --usecase=openmpsdk --no-dkms
- name: Show version information
run: |
Expand Down

0 comments on commit a42366c

Please sign in to comment.