From c4d81fe815aabfe8bc9bdac5ddf424b597d518d5 Mon Sep 17 00:00:00 2001 From: Jithun Nair Date: Wed, 5 Oct 2022 07:04:51 +0000 Subject: [PATCH] Use staging branch of MIOpen for ROCm5.3 --- common/install_miopen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/install_miopen.sh b/common/install_miopen.sh index bae7d3988..cace75906 100644 --- a/common/install_miopen.sh +++ b/common/install_miopen.sh @@ -61,7 +61,7 @@ MIOPEN_CMAKE_COMMON_FLAGS=" # Pull MIOpen repo and set DMIOPEN_EMBED_DB based on ROCm version if [[ $ROCM_INT -eq 50300 ]]; then MIOPEN_CMAKE_DB_FLAGS="-DMIOPEN_EMBED_DB=gfx900_56;gfx906_60;gfx90878;gfx90a6e;gfx1030_36 -DMIOPEN_USE_MLIR=Off" - MIOPEN_BRANCH="release/rocm-rel-5.3" + MIOPEN_BRANCH="release/rocm-rel-5.3-staging" elif [[ $ROCM_INT -eq 50200 ]]; then MIOPEN_CMAKE_DB_FLAGS="-DMIOPEN_EMBED_DB=gfx900_56;gfx906_60;gfx90878;gfx90a6e;gfx1030_36 -DMIOPEN_USE_MLIR=Off" MIOPEN_BRANCH="release/rocm-rel-5.2-staging"