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 5e89be5 commit 8ef5fc9Copy full SHA for 8ef5fc9
common/install_miopen.sh
@@ -35,6 +35,9 @@ fi
35
36
yum remove -y miopen-hip
37
38
+# MIOpen for rocm 5.7 added bunzip2 as a dependency during its cmake invocation
39
+yum install -y bzip2
40
+
41
# Function to retry functions that sometimes timeout or have flaky failures
42
retry () {
43
$* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*)
0 commit comments