Update from version 1.0.0 to 1.0.1 in environment configurations docs#90
Closed
systems-assistant[bot] wants to merge 3 commits intodevelopfrom
Closed
Conversation
…evelop/alexrosen45_rocprofiler-systems/amd-staging
ammallya
pushed a commit
that referenced
this pull request
Aug 6, 2025
- Fixed type in script name to fix CTest. Should be: `run-rocprof-sys-pid.sh` - Add `/usr/lib64/openmpi/bin` to Docker Image PATH to help ctests to discover `mpiexec` - `pip install perfetto` in the CI Docker file, for convenience. [ROCm/rocprofiler-systems commit: 4c4d0de]
vedithal-amd
pushed a commit
to vedithal-amd/rocm-systems
that referenced
this pull request
Aug 7, 2025
ammallya
pushed a commit
that referenced
this pull request
Aug 7, 2025
[ROCm/rocprofiler-sdk commit: 1ca2896]
ammallya
pushed a commit
that referenced
this pull request
Aug 7, 2025
…prof) (#90) remove backwards compatibility Co-authored-by: Jonathan Luu <[email protected]> [ROCm/aqlprofile commit: 8885887]
jayhawk-commits
pushed a commit
that referenced
this pull request
Aug 8, 2025
[ROCm/rdc commit: 9a8f6c1]
ammallya
pushed a commit
that referenced
this pull request
Jan 21, 2026
* use correct MPI initialization method rocSHMEM requires that the MPI library is initialized using THREAD_MULTIPLE support. Lets use that function therefore in our examples. * Update examples/rocshmem_init_attr_test.cc Co-authored-by: Aurelien Bouteiller <[email protected]> --------- Co-authored-by: Aurelien Bouteiller <[email protected]>
ammallya
pushed a commit
that referenced
this pull request
Jan 21, 2026
* use correct MPI initialization method rocSHMEM requires that the MPI library is initialized using THREAD_MULTIPLE support. Lets use that function therefore in our examples. * Update examples/rocshmem_init_attr_test.cc Co-authored-by: Aurelien Bouteiller <[email protected]> --------- Co-authored-by: Aurelien Bouteiller <[email protected]> [ROCm/rocshmem commit: 2e01af2]
ammallya
pushed a commit
that referenced
this pull request
Jan 30, 2026
…nx (#90) Bumps [rocm-docs-core[api_reference]](https://github.com/ROCm/rocm-docs-core) from 1.9.1 to 1.10.0. - [Release notes](https://github.com/ROCm/rocm-docs-core/releases) - [Changelog](https://github.com/ROCm/rocm-docs-core/blob/develop/CHANGELOG.md) - [Commits](ROCm/rocm-docs-core@v1.9.1...v1.10.0) --- updated-dependencies: - dependency-name: rocm-docs-core[api_reference] dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
ammallya
pushed a commit
that referenced
this pull request
Jan 30, 2026
…nx (#90) Bumps [rocm-docs-core[api_reference]](https://github.com/ROCm/rocm-docs-core) from 1.9.1 to 1.10.0. - [Release notes](https://github.com/ROCm/rocm-docs-core/releases) - [Changelog](https://github.com/ROCm/rocm-docs-core/blob/develop/CHANGELOG.md) - [Commits](ROCm/rocm-docs-core@v1.9.1...v1.10.0) --- updated-dependencies: - dependency-name: rocm-docs-core[api_reference] dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> [ROCm/rocjpeg commit: 6c62caf]
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.
rocprofiler-systems version in the Configuring the environment section of docs (here) should be 1.0.1 now instead of 1.0.0
🔁 Imported from ROCm/rocprofiler-systems#235
🧑💻 Originally authored by @alexrosen45