hsakmt: Removed static version of libhsakmt from public#274
Closed
systems-assistant[bot] wants to merge 3 commits into
Closed
hsakmt: Removed static version of libhsakmt from public#274systems-assistant[bot] wants to merge 3 commits into
systems-assistant[bot] wants to merge 3 commits into
Conversation
Removed the static version of the HSAKMT library (libhsakmt.a)
from the shared release packages because, there were some missing
exported symbols. This library was only meant to be used
internally and therefore should not be included in any public
releases.
…evelop/ROCm_ROCR-Runtime/github_SWDEV-529641
jrmadsen
pushed a commit
that referenced
this pull request
Aug 12, 2025
Clarify some VGPRs terms description. Fix some wrong query logics of availableVGPRs_ and availableRegistersPerCU_ in device info. Add hipDeviceAttributeMaxAvailableVgprsPerThread attribute query. Remove hardcoding of following info_.vgprAllocGranularity_ info_.vgprsPerSimd_
jrmadsen
pushed a commit
that referenced
this pull request
Aug 12, 2025
- Corelate memory_copy and kernel_dispatch events with their HIP stream_id and add stream_id as an annotation in Perfetto. - By default, group memory_copy and kernel_dispatch events in Perfetto output by their stream_id. - Add option, with the configuration setting ROCPROFSYS_ROCM_GROUP_BY_QUEUE, to group by HSA queue instead. --------- Signed-off-by: David Galiffi <David.Galiffi@amd.com> Co-authored-by: David Galiffi <David.Galiffi@amd.com> [ROCm/rocprofiler-systems commit: 4b4a846]
jrmadsen
pushed a commit
that referenced
this pull request
Aug 12, 2025
Contributor
|
Please continue to provide the find package support and just provide the |
Contributor
|
rocprofiler-sdk only uses the header path because we include |
jayhawk-commits
pushed a commit
that referenced
this pull request
Aug 18, 2025
Clarify some VGPRs terms description. Fix some wrong query logics of availableVGPRs_ and availableRegistersPerCU_ in device info. Add hipDeviceAttributeMaxAvailableVgprsPerThread attribute query. Remove hardcoding of following info_.vgprAllocGranularity_ info_.vgprsPerSimd_ [ROCm/clr commit: 397f303]
jayhawk-commits
pushed a commit
that referenced
this pull request
Aug 18, 2025
[ROCm/hip-tests commit: 560c731]
jharryma
pushed a commit
that referenced
this pull request
Sep 12, 2025
- Corelate memory_copy and kernel_dispatch events with their HIP stream_id and add stream_id as an annotation in Perfetto. - By default, group memory_copy and kernel_dispatch events in Perfetto output by their stream_id. - Add option, with the configuration setting ROCPROFSYS_ROCM_GROUP_BY_QUEUE, to group by HSA queue instead. --------- Signed-off-by: David Galiffi <David.Galiffi@amd.com> Co-authored-by: David Galiffi <David.Galiffi@amd.com>
ammallya
pushed a commit
that referenced
this pull request
Jan 21, 2026
* add host API for enqueuing barrier on given stream
ammallya
pushed a commit
that referenced
this pull request
Jan 21, 2026
* add host API for enqueuing barrier on given stream [ROCm/rocshmem commit: a44b581]
dayatsin-amd
added a commit
that referenced
this pull request
Apr 7, 2026
Fix case where metadata test needs to be skipped on unsupported hardware.
Contributor
|
This pull request has been inactive for 25 days and will be marked as stale. If you would like to keep this PR open, please:
This PR will be automatically closed in 5 days if no further activity occurs. |
Contributor
|
This pull request has been automatically closed due to inactivity (30 days with no updates). If you'd like to continue working on this, feel free to reopen the PR or create a new one. |
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.
🔁 Imported from ROCm/ROCR-Runtime#342
🧑💻 Originally authored by @rocm-devops