Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the repository’s Docker build inputs and GitHub workflows to target the newly released ROCm 7.2.2.
Changes:
- Bump ROCm repository references from 7.1.1 to 7.2.2 in Docker build files (Ubuntu + SLES).
- Update PyTorch/torchvision/triton wheel URLs in the main Dockerfile to the ROCm 7.2.2 builds.
- Update default ROCm version inputs in multiple GitHub Actions workflows/config.
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| tools/docker/sles.docker | Updates SLES zypper ROCm repo baseurl to 7.2.2. |
| hip-clang.docker | Updates Ubuntu ROCm apt repo URL to 7.2.2. |
| Dockerfile | Updates Ubuntu ROCm apt repo URL and ROCm-specific PyTorch wheel URLs to 7.2.2. |
| .github/workflows/unreleased_rocm.yaml | Updates default rocm_release input to 7.2.2. |
| .github/workflows/rocm-image-release.yaml | Updates fallback rocm_release to 7.2.2. |
| .github/workflows/performance.yaml | Updates default rocm_release input to 7.2.2. |
| .github/workflows/config.md | Updates documented ROCM_VERSION to 7.2.2. |
| .github/workflows/benchmark.yaml | Updates rocm_version to 7.2.2. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Agent-Logs-Url: https://github.com/ROCm/AMDMIGraphX/sessions/f89e0e03-5f06-4991-91c2-362fc2468784 Co-authored-by: causten <7440191+causten@users.noreply.github.com>
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #4805 +/- ##
===========================================
+ Coverage 92.49% 92.81% +0.32%
===========================================
Files 583 584 +1
Lines 29562 30036 +474
===========================================
+ Hits 27343 27877 +534
+ Misses 2219 2159 -60
🚀 New features to boost your workflow:
|
causten
commented
Apr 28, 2026
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Chris Austen <causten@users.noreply.github.com>
Co-Authored-By: Claude Opus 4 (1M context) <noreply@anthropic.com>
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.
Motivation
ROCm 7.2.2 has been released. Move CI to match
Technical Details
Changelog Category
Add a
CHANGELOG.mdentry for any option other thanNot Applicable