[PC Sampling] Add gfx12xx PC Sampling Support#186
Merged
vlaindic merged 1 commit intoSep 22, 2025
Conversation
ajanicijamd
pushed a commit
to ajanicijamd/rocm-systems
that referenced
this pull request
Aug 8, 2025
- Create a document to describe enabling VCN and JPEG related metrics and tracing - Upload images and modify indexes. [ROCm/rocprofiler-systems commit: 13f315a]
ApoKalipse-V
previously approved these changes
Aug 11, 2025
28bd5cc to
7ac9788
Compare
Collaborator
bwelton
requested changes
Aug 23, 2025
bwelton
left a comment
Contributor
There was a problem hiding this comment.
We need to document the restrictions a bit more and address or create tickets to follow up on the TODO's (TODO W/O a ticket never get done).
7ac9788 to
fe0c828
Compare
vlaindic
reviewed
Aug 25, 2025
vlaindic
left a comment
Member
There was a problem hiding this comment.
Reverting original workloads.
fe0c828 to
9963c39
Compare
1c695cb to
6860d8e
Compare
ApoKalipse-V
approved these changes
Sep 16, 2025
6860d8e to
337eebb
Compare
bf60216 to
45ce4dc
Compare
The initial host-trap PC sampling support in SDK and V3. Introducing parser tests specific to GFX12. Reducing testing worklod to run on Navi4x in reasonable timeframe.
45ce4dc to
9a7c5e2
Compare
vlaindic
approved these changes
Sep 19, 2025
systems-assistant Bot
pushed a commit
to ROCm/rocprofiler-sdk
that referenced
this pull request
Sep 22, 2025
The GFX12 host-trap PC sampling support in SDK and V3. Introducing parser tests specific to GFX12. Co-authored-by: vlaindic_amdeng <vladimir.indic@amd.com> [rocm-systems] ROCm/rocm-systems#186 (commit 63a723a)
sauverma93
pushed a commit
that referenced
this pull request
Sep 26, 2025
The GFX12 host-trap PC sampling support in SDK and V3. Introducing parser tests specific to GFX12. Co-authored-by: vlaindic_amdeng <vladimir.indic@amd.com>
ryang-amd
pushed a commit
that referenced
this pull request
Nov 7, 2025
The GFX12 host-trap PC sampling support in SDK and V3. Introducing parser tests specific to GFX12. Co-authored-by: vlaindic_amdeng <vladimir.indic@amd.com>
ammallya
pushed a commit
that referenced
this pull request
Nov 17, 2025
Signed-off-by: gabrpham_amdeng <Gabriel.Pham@amd.com>
ammallya
pushed a commit
that referenced
this pull request
Nov 18, 2025
Signed-off-by: gabrpham_amdeng <Gabriel.Pham@amd.com> [ROCm/amdsmi commit: b72cd22]
ammallya
pushed a commit
that referenced
this pull request
Nov 21, 2025
Signed-off-by: gabrpham_amdeng <Gabriel.Pham@amd.com> [ROCm/amdsmi commit: b72cd22]
ammallya
pushed a commit
that referenced
this pull request
Jan 21, 2026
…lt-dir (#186) * rocshmem_config.h needs to be in a similar directory structure for includes to work when building testers in build, and from an installed library * Do not change installed rocshmem.hpp
ammallya
pushed a commit
that referenced
this pull request
Jan 30, 2026
ammallya
pushed a commit
that referenced
this pull request
Jan 30, 2026
[ROCm/rocjpeg commit: 5fea241]
dayatsin-amd
pushed a commit
that referenced
this pull request
Apr 7, 2026
* Adding wmma counters * add mi450 counters, changes from svaddire/MI450-Counters branch. * add gfx1250 for CPC_CPC_TCIU_IDLE --------- Co-authored-by: Sushma Vaddireddy <svaddire@amd.com> Co-authored-by: Venkateshwar Reddy Kandula <venkateshwar.kandula1306@gmail.com>
ammallya
pushed a commit
that referenced
this pull request
Apr 9, 2026
ammallya
pushed a commit
that referenced
this pull request
Apr 9, 2026
[ROCm/hipFile commit: b9d085d]
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.



PR Details
Initial GFX12 PC sampling support. The following is done as part of this PR:
Notes
Associated Jira Ticket Number/Link
SWDEV-481151
What type of PR is this? (check all applicable)
Technical details
Added/updated tests?
Updated CHANGELOG?
Added/Updated documentation?
🔁 Imported from ROCm/rocprofiler-sdk#132
🧑💻 Originally authored by @rocm-devops