Skip to content

Commit 5ab5a61

Browse files
Revert "[ROCm][CI] upgrade CI to ROCm 6.2.4 (pytorch#140851)"
This reverts commit 6c9bfd5. Reverted pytorch#140851 on behalf of https://github.com/jithunnair-amd due to Need to upgrade libtorch images to ROCm 6.2.4 as well ([comment](pytorch#140851 (comment)))
1 parent 612122a commit 5ab5a61

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

.ci/docker/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

.ci/docker/common/install_miopen.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,7 @@ MIOPEN_CMAKE_COMMON_FLAGS="
7575
if [[ $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"
8380
elif [[ $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"

.github/workflows/build-manywheel-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)