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 91b0c8d commit 84a0c70Copy full SHA for 84a0c70
common/install_rocm_miopen_rpm.sh
@@ -30,6 +30,12 @@ else
30
echo 'ERROR: either the source or destination path for libMIOpen.so.1.0 does not exist'
31
exit 1
32
fi
33
+# Copy db files over existing
34
+source="opt/rocm*/share/miopen/db/*"
35
+dest="/opt/rocm-${ROCM_VERSION}*/share/miopen/db/"
36
+# Use backslash to run cp in (non-aliased) non-interactive mode
37
+\cp -R $source $dest
38
+
39
echo "libMIOpen so file from RPM copied to existing MIOpen install..."
40
41
# Clean up extracted dir
0 commit comments