-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
[ROCm] ROCm7.2.2 + profiler fix + AITER 0.1.12.post2 #41386
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
gshtras
merged 15 commits into
vllm-project:main
from
ROCm:rocclr_profiler_hotfix_old_torch
May 4, 2026
Merged
Changes from 14 commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
acf8f1b
Bump ROCm to 7.2.2; rebuild CLR to fix profiling
Rohan138 339c381
Bump ROCm to 7.2.2; rebuild CLR to fix profiling
Rohan138 ebb8f5b
remove kineto patch to switch to rocprofiler-sdk; keep roctracer for now
Rohan138 12336f1
pin rocm-system repo and commit directly
Rohan138 fb18435
Update comment
Rohan138 05e6a06
Update comment
Rohan138 344ad5a
Add CLR deps
Rohan138 5241f3f
Add -y
Rohan138 e4947ea
Add apt update
Rohan138 b90e631
Bump torch to 2.11
gshtras 14fa1d1
Bump aiter to v0.1.12.post1
Rohan138 99f15d3
patch fix AITER
Rohan138 adaa73b
Restore torch 2.10 and triton
gshtras b4fdd2e
Aiter 0.1.12
gshtras 85a6f6a
rocm version in release pipeline
gshtras File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The hotfix for the torch profiler has a critical functional issue and an efficiency concern:
cmakecommand is missing-DCMAKE_INSTALL_PREFIX="/opt/rocm/". By default, CMake installs to/usr/local. However, theLD_LIBRARY_PATH(defined on line 29) prioritizes/opt/rocm/libover/usr/local/lib. This means the system will continue to load the original libraries from the base image instead of the hotfixed ones, rendering the fix ineffective.RUNlayers and does not clean up the apt cache. Consolidating these into a single layer and cleaning up/var/lib/apt/lists/*is standard practice to minimize image size and improve build performance.