Skip to content

Commit 7f5e2aa

Browse files
author
John Doe
committed
troubleshooting
1 parent c4e9fc0 commit 7f5e2aa

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build-hipblas-rocm71.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,11 @@ jobs:
122122
# Add user to groups
123123
sudo usermod -aG render,video $USER 2>/dev/null || true
124124
sudo usermod -aG nogroup $USER 2>/dev/null || true
125+
126+
sudo chown $USER:render /dev/kfd 2>/dev/null || true
127+
sudo chown $USER:render /dev/dri/render* 2>/dev/null || true
128+
sudo chmod 666 /dev/kfd 2>/dev/null || true
129+
sudo chmod 666 /dev/dri/render* 2>/dev/null || true
125130
126131
# Verify installation
127132
/opt/rocm/bin/rocminfo || true

0 commit comments

Comments
 (0)