Skip to content

Commit 9cb891f

Browse files
committed
Fixed syntax error
1 parent 04d2a10 commit 9cb891f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/install_miopen.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ MIOPEN_CMAKE_COMMON_FLAGS="
6262
if [[ $ROCM_INT -ge 50400 ]] && [[ $ROCM_INT -lt 50500 ]]; then
6363
MIOPEN_CMAKE_DB_FLAGS="-DMIOPEN_EMBED_DB=gfx900_56;gfx906_60;gfx90878;gfx90a6e;gfx1030_36 -DMIOPEN_USE_MLIR=Off"
6464
MIOPEN_BRANCH="release/rocm-rel-5.4-staging"
65-
else if [[ $ROCM_INT -ge 50300 ]] && [[ $ROCM_INT -lt 50400 ]]; then
65+
elif [[ $ROCM_INT -ge 50300 ]] && [[ $ROCM_INT -lt 50400 ]]; then
6666
MIOPEN_CMAKE_DB_FLAGS="-DMIOPEN_EMBED_DB=gfx900_56;gfx906_60;gfx90878;gfx90a6e;gfx1030_36 -DMIOPEN_USE_MLIR=Off"
6767
MIOPEN_BRANCH="release/rocm-rel-5.3-staging"
6868
elif [[ $ROCM_INT -ge 50200 ]] && [[ $ROCM_INT -lt 50300 ]]; then

0 commit comments

Comments
 (0)