Skip to content

Commit 9e377be

Browse files
committed
Fixed syntax error
1 parent 3daa37e commit 9e377be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/install_miopen.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ MIOPEN_CMAKE_COMMON_FLAGS="
6363
if [[ $ROCM_INT -ge 50400 ]] && [[ $ROCM_INT -lt 50500 ]]; then
6464
MIOPEN_CMAKE_DB_FLAGS="-DMIOPEN_EMBED_DB=gfx900_56;gfx906_60;gfx90878;gfx90a6e;gfx1030_36 -DMIOPEN_USE_MLIR=Off"
6565
MIOPEN_BRANCH="release/rocm-rel-5.4-staging"
66-
else if [[ $ROCM_INT -ge 50300 ]] && [[ $ROCM_INT -lt 50400 ]]; then
66+
elif [[ $ROCM_INT -ge 50300 ]] && [[ $ROCM_INT -lt 50400 ]]; then
6767
MIOPEN_CMAKE_DB_FLAGS="-DMIOPEN_EMBED_DB=gfx900_56;gfx906_60;gfx90878;gfx90a6e;gfx1030_36 -DMIOPEN_USE_MLIR=Off"
6868
MIOPEN_BRANCH="release/rocm-rel-5.3-staging"
6969
elif [[ $ROCM_INT -ge 50200 ]] && [[ $ROCM_INT -lt 50300 ]]; then

0 commit comments

Comments
 (0)