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.
1 parent ec46402 commit e052476Copy full SHA for e052476
1 file changed
.github/workflows/build-rocm-only.yml
@@ -130,14 +130,14 @@ jobs:
130
# Keep only our target architectures
131
for file in *; do
132
if [[ ! "$file" =~ (gfx1151|gfx1150|gfx1100|gfx1101|gfx1102|gfx1200|gfx1201) ]]; then
133
- rm -f "$file"
+ sudo rm -f "$file"
134
fi
135
done
136
137
cd /opt/rocm/lib/hipblaslt/library
138
139
140
141
142
143
0 commit comments