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 04d2a10 commit 9cb891fCopy full SHA for 9cb891f
common/install_miopen.sh
@@ -62,7 +62,7 @@ MIOPEN_CMAKE_COMMON_FLAGS="
62
if [[ $ROCM_INT -ge 50400 ]] && [[ $ROCM_INT -lt 50500 ]]; then
63
MIOPEN_CMAKE_DB_FLAGS="-DMIOPEN_EMBED_DB=gfx900_56;gfx906_60;gfx90878;gfx90a6e;gfx1030_36 -DMIOPEN_USE_MLIR=Off"
64
MIOPEN_BRANCH="release/rocm-rel-5.4-staging"
65
-else if [[ $ROCM_INT -ge 50300 ]] && [[ $ROCM_INT -lt 50400 ]]; then
+elif [[ $ROCM_INT -ge 50300 ]] && [[ $ROCM_INT -lt 50400 ]]; then
66
67
MIOPEN_BRANCH="release/rocm-rel-5.3-staging"
68
elif [[ $ROCM_INT -ge 50200 ]] && [[ $ROCM_INT -lt 50300 ]]; then
0 commit comments