[CP 223] chore(rocm): bump ROCm 7.14.0rc1 -> rc2 tarball + refresh amdsmi version - #37
Merged
Conversation
…ion (#223) GPUOP-971: move device-config-manager to ROCm 7.14.0rc2 builds. rc2 amdsmi binaries (libamd_smi.so.26.5.0, amdsmi.h, 5 rocm_sysdeps libs) are SHA256-identical to rc1, so only version.txt is bumped; no binary re-staging. Also corrects stale rc0 default in the release Dockerfile ARG. (cherry picked from commit b9a22d5384c5cc9a51cbb6a3ddb56a3f691a6a9f)
Contributor
Author
AI-Assisted Cherry-PickSource PR: #223 The cherry-pick operation encountered merge conflicts which were resolved automatically using AI assistance. Files with conflicts (resolved by AI):
Original conflict in assets/amd_smi_lib/version.txt<<<<<<< HEAD
(file deleted)
=======
therock-7.14.0rc2
>>>>>>> b9a22d5 (chore(rocm): bump ROCm 7.14.0rc1 -> rc2 tarball + refresh amdsmi version (#223))Original conflict in dev.env<<<<<<< HEAD
(file deleted)
=======
# ROCm prerelease tarball URL (7.14.0rc2, same as exporter).
# ROCM_VERSION must match the version string in the tarball so it extracts to
# /opt/rocm-${ROCM_VERSION}/ and rocm_sysdeps/lib resolves on LD_LIBRARY_PATH.
ROCM_TARBALL_URL ?= https://rocm.prereleases.amd.com/tarball-multi-arch/therock-dist-linux-multiarch-7.14.0rc2.tar.gz
ROCM_VERSION ?= 7.14.0rc2
>>>>>>> b9a22d5 (chore(rocm): bump ROCm 7.14.0rc1 -> rc2 tarball + refresh amdsmi version (#223))Cherry-pick triggered by: ACP-Automation |
spraveenio
approved these changes
Jul 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
cp of pensando/device-config-manager#223
Source PR Description (pensando/device-config-manager#223):
GPUOP-971: move device-config-manager to ROCm 7.14.0rc2 builds. rc2 amdsmi binaries (libamd_smi.so.26.5.0, amdsmi.h, 5 rocm_sysdeps libs) are SHA256-identical to rc1, so only version.txt is bumped; no binary re-staging. Also corrects stale rc0 default in the release Dockerfile ARG.
Cherrypick triggered by: ACP-Automation