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.
2 parents 0468db5 + c4d81fe commit 55db5baCopy full SHA for 55db5ba
common/install_miopen.sh
@@ -61,7 +61,7 @@ MIOPEN_CMAKE_COMMON_FLAGS="
61
# Pull MIOpen repo and set DMIOPEN_EMBED_DB based on ROCm version
62
if [[ $ROCM_INT -eq 50300 ]]; 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.3"
+ MIOPEN_BRANCH="release/rocm-rel-5.3-staging"
65
elif [[ $ROCM_INT -eq 50200 ]]; then
66
67
MIOPEN_BRANCH="release/rocm-rel-5.2-staging"
0 commit comments