SWDEV-514453: Adding tests for creating internal threads#185
Closed
systems-assistant[bot] wants to merge 20 commits into
Closed
SWDEV-514453: Adding tests for creating internal threads#185systems-assistant[bot] wants to merge 20 commits into
systems-assistant[bot] wants to merge 20 commits into
Conversation
…evelop/ROCm_rocprofiler-sdk/gbaraldi_fix_threading
ajanicijamd
pushed a commit
to ajanicijamd/rocm-systems
that referenced
this pull request
Aug 8, 2025
- Move the MPI gotcha functionality from Timemory to the repo. - Add the PMPI Fortran MPI functions to the existing mpi gotcha handle. [ROCm/rocprofiler-systems commit: 4fcd8cc]
jayhawk-commits
pushed a commit
that referenced
this pull request
Aug 8, 2025
[ROCm/rdc commit: 35a3f21]
systems-assistant Bot
pushed a commit
that referenced
this pull request
Aug 10, 2025
It's easier for compiler to move explicit kernel arguments into user SGPRs
jayhawk-commits
pushed a commit
that referenced
this pull request
Aug 18, 2025
It's easier for compiler to move explicit kernel arguments into user SGPRs [ROCm/clr commit: 3fd7650]
jayhawk-commits
pushed a commit
that referenced
this pull request
Aug 18, 2025
[ROCm/hip-tests commit: 1da044b]
ammallya
pushed a commit
that referenced
this pull request
Jan 21, 2026
ammallya
pushed a commit
that referenced
this pull request
Jan 21, 2026
[ROCm/rocshmem commit: 0c40bc5]
ammallya
pushed a commit
that referenced
this pull request
Jan 30, 2026
…ocs/sphinx (#185) Bumps [rocm-docs-core[api_reference]](https://github.com/ROCm/rocm-docs-core) from 1.23.0 to 1.25.0. - [Release notes](https://github.com/ROCm/rocm-docs-core/releases) - [Changelog](https://github.com/ROCm/rocm-docs-core/blob/v1.25.0/CHANGELOG.md) - [Commits](ROCm/rocm-docs-core@v1.23.0...v1.25.0) --- updated-dependencies: - dependency-name: rocm-docs-core[api_reference] dependency-version: 1.25.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
ammallya
pushed a commit
that referenced
this pull request
Jan 30, 2026
…ocs/sphinx (#185) Bumps [rocm-docs-core[api_reference]](https://github.com/ROCm/rocm-docs-core) from 1.23.0 to 1.25.0. - [Release notes](https://github.com/ROCm/rocm-docs-core/releases) - [Changelog](https://github.com/ROCm/rocm-docs-core/blob/v1.25.0/CHANGELOG.md) - [Commits](ROCm/rocm-docs-core@v1.23.0...v1.25.0) --- updated-dependencies: - dependency-name: rocm-docs-core[api_reference] dependency-version: 1.25.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> [ROCm/rocjpeg commit: f006463]
ammallya
pushed a commit
that referenced
this pull request
Apr 9, 2026
Breaks apart our monolithic system test workflow to separate the hipFile system tests from the FIO tests. The FIO job now consumes the packages built by the ROCm/fio build workflow. This is the same workflow that creates and publishes the fio packages with hipfile support. Relies upon: ROCm/fio#5 AIHIPFILE-121
ammallya
pushed a commit
that referenced
this pull request
Apr 9, 2026
Breaks apart our monolithic system test workflow to separate the hipFile system tests from the FIO tests. The FIO job now consumes the packages built by the ROCm/fio build workflow. This is the same workflow that creates and publishes the fio packages with hipfile support. Relies upon: ROCm/fio#5 AIHIPFILE-121 [ROCm/hipFile commit: 114c9af]
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
Associated Jira Ticket Number/Link
What type of PR is this? (check all applicable)
Technical details
Added/updated tests?
Updated CHANGELOG?
Added/Updated documentation?
🔁 Imported from ROCm/rocprofiler-sdk#130
🧑💻 Originally authored by @rocm-devops