Skip to content

Commit

Permalink
more cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
krzywon committed Sep 26, 2024
1 parent bdc7347 commit 2e9942f
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,11 @@ jobs:
| sudo tee /etc/apt/preferences.d/rocm-pin-600
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 apt install rocm-opencl
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
/opt/rocm/bin/rocminfo
/opt/rocm/bin/clinfo
sudo apt list --installed
- name: Install Python dependencies
Expand Down

0 comments on commit 2e9942f

Please sign in to comment.