We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3daa37e commit 9e377beCopy full SHA for 9e377be
common/install_miopen.sh
@@ -63,7 +63,7 @@ MIOPEN_CMAKE_COMMON_FLAGS="
63
if [[ $ROCM_INT -ge 50400 ]] && [[ $ROCM_INT -lt 50500 ]]; then
64
MIOPEN_CMAKE_DB_FLAGS="-DMIOPEN_EMBED_DB=gfx900_56;gfx906_60;gfx90878;gfx90a6e;gfx1030_36 -DMIOPEN_USE_MLIR=Off"
65
MIOPEN_BRANCH="release/rocm-rel-5.4-staging"
66
-else if [[ $ROCM_INT -ge 50300 ]] && [[ $ROCM_INT -lt 50400 ]]; then
+elif [[ $ROCM_INT -ge 50300 ]] && [[ $ROCM_INT -lt 50400 ]]; then
67
68
MIOPEN_BRANCH="release/rocm-rel-5.3-staging"
69
elif [[ $ROCM_INT -ge 50200 ]] && [[ $ROCM_INT -lt 50300 ]]; then
0 commit comments