Lines Matching full:rocm
46 # Install custom MIOpen + COMgr for ROCm >= 4.0.1
48 echo "ROCm version < 4.0.1; will not install custom MIOpen"
63 ROCM_INSTALL_PATH="/opt/rocm-${ROCM_VERSION}.0"
66 ROCM_INSTALL_PATH="/opt/rocm-${ROCM_VERSION}"
74 # Pull MIOpen repo and set DMIOPEN_EMBED_DB based on ROCm version
76 MIOPEN_BRANCH="release/rocm-rel-6.2-staging"
78 echo "ROCm 6.1 MIOpen does not need any patches, do not build from source"
81 echo "ROCm 6.0 MIOpen does not need any patches, do not build from source"
84 echo "ROCm 5.7 MIOpen does not need any patches, do not build from source"
87 MIOPEN_BRANCH="release/rocm-rel-5.6-staging"
89 MIOPEN_BRANCH="release/rocm-rel-5.5-gfx11"
92 MIOPEN_BRANCH="release/rocm-rel-5.4-staging"
95 MIOPEN_BRANCH="release/rocm-rel-5.3-staging"
98 MIOPEN_BRANCH="release/rocm-rel-5.2-staging"
101 MIOPEN_BRANCH="release/rocm-rel-5.1-staging"
104 MIOPEN_BRANCH="release/rocm-rel-5.0-staging"
117 git clone https://github.com/ROCm/MIOpen -b ${MIOPEN_BRANCH}