Skip to content

Commit 2db3b0f

Browse files
Update amd portable for rocm 7.2 (#12101)
* Update amd portable for rocm 7.2 * Update Python patch version in release workflow
1 parent 6516ab3 commit 2db3b0f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release-stable-all.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
git_tag: ${{ inputs.git_tag }}
2121
cache_tag: "cu130"
2222
python_minor: "13"
23-
python_patch: "9"
23+
python_patch: "11"
2424
rel_name: "nvidia"
2525
rel_extra_name: ""
2626
test_release: true
@@ -65,11 +65,11 @@ jobs:
6565
contents: "write"
6666
packages: "write"
6767
pull-requests: "read"
68-
name: "Release AMD ROCm 7.1.1"
68+
name: "Release AMD ROCm 7.2"
6969
uses: ./.github/workflows/stable-release.yml
7070
with:
7171
git_tag: ${{ inputs.git_tag }}
72-
cache_tag: "rocm711"
72+
cache_tag: "rocm72"
7373
python_minor: "12"
7474
python_patch: "10"
7575
rel_name: "amd"

0 commit comments

Comments
 (0)