Skip to content

Commit

Permalink
Merge pull request pytorch#13 from ROCmSoftwarePlatform/use_miopen_ro…
Browse files Browse the repository at this point in the history
…cm5.3_staging_branch

Use staging branch of MIOpen for ROCm5.3
  • Loading branch information
jithunnair-amd authored Oct 5, 2022
2 parents 0468db5 + c4d81fe commit 55db5ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/install_miopen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 55db5ba

Please sign in to comment.