Skip to content

Commit

Permalink
A bit of post-installation debugging and cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
krzywon committed Sep 26, 2024
1 parent 0cef86f commit bdc7347
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,16 @@ jobs:
sudo apt update
sudo apt install amdgpu-dkms
sudo apt install rocm
sudo tee --append /etc/ld.so.conf.d/rocm.conf <<EOF
/opt/rocm/lib
/opt/rocm/lib64
EOF
sudo ldconfig
export PATH=$PATH:/opt/rocm-6.2.1/bin
dkms status
/opt/rocm-6.2.1/bin/rocminfo
/opt/rocm-6.2.1/bin/clinfo
sudo apt list --installed
- name: Install Python dependencies
run: |
Expand Down

0 comments on commit bdc7347

Please sign in to comment.