File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -292,7 +292,7 @@ case "$image" in
292292 PROTOBUF=yes
293293 DB=yes
294294 VISION=yes
295- ROCM_VERSION=6.2.4
295+ ROCM_VERSION=6.2
296296 NINJA_VERSION=1.9.0
297297 CONDA_CMAKE=yes
298298 TRITON=yes
Original file line number Diff line number Diff line change @@ -75,10 +75,7 @@ MIOPEN_CMAKE_COMMON_FLAGS="
7575if [[ $ROCM_INT -ge 60300 ]]; then
7676 echo " ROCm 6.3+ MIOpen does not need any patches, do not build from source"
7777 exit 0
78- elif [[ $ROCM_INT -ge 60204 ]] && [[ $ROCM_INT -lt 60300 ]]; then
79- echo " ROCm 6.2.4+ MIOpen does not need any patches, do not build from source"
80- exit 0
81- elif [[ $ROCM_INT -ge 60200 ]] && [[ $ROCM_INT -lt 60204 ]]; then
78+ elif [[ $ROCM_INT -ge 60200 ]] && [[ $ROCM_INT -lt 60300 ]]; then
8279 MIOPEN_BRANCH=" release/rocm-rel-6.2-staging"
8380elif [[ $ROCM_INT -ge 60100 ]] && [[ $ROCM_INT -lt 60200 ]]; then
8481 echo " ROCm 6.1 MIOpen does not need any patches, do not build from source"
Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ jobs:
178178 runs-on : " ${{ needs.get-label-type.outputs.label-type }}linux.9xlarge.ephemeral"
179179 strategy :
180180 matrix :
181- rocm_version : ["6.1", "6.2.4 "]
181+ rocm_version : ["6.1", "6.2"]
182182 env :
183183 GPU_ARCH_TYPE : rocm
184184 GPU_ARCH_VERSION : ${{ matrix.rocm_version }}
You can’t perform that action at this time.
0 commit comments