We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6673df1 + 62d19b0 commit 542e147Copy full SHA for 542e147
.github/workflows/compile-rocm.yaml
@@ -17,7 +17,7 @@ jobs:
17
curl -fsSL https://repo.radeon.com/rocm/rocm.gpg.key | sudo gpg --dearmor -o /etc/apt/trusted.gpg.d/rocm-keyring.gpg
18
echo 'deb [arch=amd64 signed-by=/etc/apt/trusted.gpg.d/rocm-keyring.gpg] https://repo.radeon.com/rocm/apt/debian focal main' | sudo tee /etc/apt/sources.list.d/rocm.list
19
sudo apt-get update
20
- sudo apt-get install -y rocm-hip-sdk
+ sudo apt-get install -y rocm-hip-runtime
21
- uses: actions/checkout@v3
22
with:
23
submodules: recursive
@@ -26,3 +26,9 @@ jobs:
26
./autogen.pl
27
./configure --prefix=${PWD}/install --with-rocm=/opt/rocm --disable-mpi-fortran
28
make -j
29
+ - name: Clean up
30
+ run: |
31
+ ls -la ./
32
+ rm -rf ./*
33
+ rm -rf ./.??*
34
0 commit comments