-
Notifications
You must be signed in to change notification settings - Fork 6
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
Promote amd-staging
to amd-mainline
#52
Closed
Closed
Conversation
This file contains 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
Collaborator
dgaliffiAMD
commented
Dec 6, 2024
- Bump rocm-docs-core[api_reference] from 1.8.2 to 1.8.3 in /docs/sphinx (Bump rocm-docs-core[api_reference] from 1.8.2 to 1.8.3 in /docs/sphinx #12)
- Fix for proto files not being viewable in Perfetto UI (Fix for proto files not being viewable in Perfetto UI #16)
- Add CHANGELOG.md (add CHANGELOG.md #18)
- Update CODEOWNERS
- Update CODEOWNERS
- OMPT Target Offload Support (OMPT Target Offload Support #17)
- Update cmake version installed in dockerfiles (Update cmake version installed in dockerfiles #25)
- Changed libdir for external libraries built with autotools (Changed libdir for external libraries built with autotools #24)
- Fix GPU resource data of GPU power and temperature is not present on … (Fix GPU resource data of GPU power and temperature is not present on … #23)
- Execute arguments via eval (Execute arguments via eval #28)
- Run papi lib configure step as nonparallel during build (Run papi lib configure step as nonparallel during build #29)
- Weekly promotion of staging to mainline
- Bump rocm-docs-core[api_reference] from 1.8.3 to 1.8.4 in /docs/sphinx
- Update weekly-mainline-sync.yml
- Bump rocm-docs-core[api_reference] from 1.8.4 to 1.8.5 in /docs/sphinx
- Bump rocm-docs-core[api_reference] from 1.8.5 to 1.9.0 in /docs/sphinx
- Fix packaging for upgrading
- Bump rocm-docs-core[api_reference] from 1.9.0 to 1.9.1 in /docs/sphinx
- Bump rocm-docs-core[api_reference] from 1.9.1 to 1.10.0 in /docs/sphinx
- Add test for ompt-target
#12) Bumps [rocm-docs-core[api_reference]](https://github.com/ROCm/rocm-docs-core) from 1.8.2 to 1.8.3. - [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.8.2...v1.8.3) --- updated-dependencies: - dependency-name: rocm-docs-core[api_reference] dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Fix for proto files not being viewable in Perfetto UI - Ported from ROCm/omnitrace#411 - Update Workflows - Use V47 trace_processor_shell for certain OS releases. - RedHat 8, SUSE 15.5, and Ubuntu 20.04 are no longer compatible with the latest trace_processor_shell. - Incompatible version of GLIBC. - Remove notes about Perfetto workaround in documentation. --------- Signed-off-by: David Galiffi <[email protected]>
- Porting from ROCm/omnitrace#411 - Improve OMPT support - Add OpenMP target example to testing - Update Timemory submodule to use ROCm/Timemory rather than NERSC/Timemory - Update `actions/upload-artifacts` to v4 - Standardize the `cmake_minimum_required` to 3.18.4 across workflows, project, and examples - Updated Ubuntu 20.04 workflows
* Update cmake version installed in dockerfiles * Standardize the cmake_minimum_required to 3.18.4 across dockerfiles * Fix link to perl repo in opensuse docker. --------- Signed-off-by: David Galiffi <[email protected]>
#23) * Fix GPU resource data of GPU power and temperature is not present on MI300A traces
Porting ROCm/omnitrace#410. As eval builtin interprets its arguments in the same way as shell would do, which would need some escape work, otherwise, it won't work if the input arguments contains e.g. a JSON string: omnitrace-python -- ./test.py --json='{"foo": "bar"}'
Limit to single job during the configure step of rocprofiler-systems-papi-build; error due to files not being available in time if number of jobs is too low. Signed-off-by: Carrie Fallows <[email protected]>
Perform an ff-only merge of `amd-staging` into an `amd-mainline` staging branch and open a pull request.
Bumps [rocm-docs-core[api_reference]](https://github.com/ROCm/rocm-docs-core) from 1.8.3 to 1.8.4. - [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.8.3...v1.8.4) --- updated-dependencies: - dependency-name: rocm-docs-core[api_reference] dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Restrict job to the ROCm/rocprofiler-systems repository. No need to run on forks.
Bumps [rocm-docs-core[api_reference]](https://github.com/ROCm/rocm-docs-core) from 1.8.4 to 1.8.5. - [Release notes](https://github.com/ROCm/rocm-docs-core/releases) - [Changelog](https://github.com/ROCm/rocm-docs-core/blob/v1.8.5/CHANGELOG.md) - [Commits](ROCm/rocm-docs-core@v1.8.4...v1.8.5) --- updated-dependencies: - dependency-name: rocm-docs-core[api_reference] dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [rocm-docs-core[api_reference]](https://github.com/ROCm/rocm-docs-core) from 1.8.5 to 1.9.0. - [Release notes](https://github.com/ROCm/rocm-docs-core/releases) - [Changelog](https://github.com/ROCm/rocm-docs-core/blob/v1.9.0/CHANGELOG.md) - [Commits](ROCm/rocm-docs-core@v1.8.5...v1.9.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]>
Specify that "rocprofiler-systems" replaces / obsoletes the "omnitrace" package in the CPACK configuration. Signed-off-by: David Galiffi <[email protected]>
Bumps [rocm-docs-core[api_reference]](https://github.com/ROCm/rocm-docs-core) from 1.9.0 to 1.9.1. - [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.0...v1.9.1) --- updated-dependencies: - dependency-name: rocm-docs-core[api_reference] dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
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]>
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.