|
66 | 66 | roctracer-dev \ |
67 | 67 | amd-smi-lib |
68 | 68 |
|
69 | | - # precompiled miopen kernels added in ROCm 3.5, renamed in ROCm 5.5 |
70 | | - # search for all unversioned packages |
71 | | - # if search fails it will abort this script; use true to avoid case where search fails |
72 | | - MIOPENHIPGFX=$(apt-cache search --names-only miopen-hip-gfx | awk '{print $1}' | grep -F -v . || true) |
73 | | - if [[ "x${MIOPENHIPGFX}" = x ]]; then |
74 | | - echo "miopen-hip-gfx package not available" && exit 1 |
75 | | - else |
76 | | - DEBIAN_FRONTEND=noninteractive apt-get install -y --allow-unauthenticated ${MIOPENHIPGFX} |
77 | | - fi |
| 69 | + # precompiled miopen kernels is too old and never updated from last 3+yrs so removing the logic to install |
| 70 | + # Also, these kernels are not generating for MI300X, MI350 and also not reliable anymore |
| 71 | + |
78 | 72 |
|
79 | 73 | # ROCm 6.0 had a regression where journal_mode was enabled on the kdb files resulting in permission errors at runtime |
80 | 74 | for kdb in /opt/rocm/share/miopen/db/*.kdb |
@@ -184,14 +178,8 @@ install_centos() { |
184 | 178 | roctracer-dev \ |
185 | 179 | amd-smi-lib |
186 | 180 | fi |
187 | | - # precompiled miopen kernels; search for all unversioned packages |
188 | | - # if search fails it will abort this script; use true to avoid case where search fails |
189 | | - MIOPENHIPGFX=$(yum -q search miopen-hip-gfx | grep miopen-hip-gfx | awk '{print $1}'| grep -F kdb. || true) |
190 | | - if [[ "x${MIOPENHIPGFX}" = x ]]; then |
191 | | - echo "miopen-hip-gfx package not available" && exit 1 |
192 | | - else |
193 | | - yum install -y ${MIOPENHIPGFX} |
194 | | - fi |
| 181 | + # precompiled miopen kernels is too old and never updated from last 3+yrs so removing the logic to install |
| 182 | + # Also, these kernels are not generating for MI300X, MI350 and also not reliable anymore |
195 | 183 |
|
196 | 184 | # ROCm 6.0 had a regression where journal_mode was enabled on the kdb files resulting in permission errors at runtime |
197 | 185 | for kdb in /opt/rocm/share/miopen/db/*.kdb |
|
0 commit comments