forked from ROCm/rocprofiler-systems
-
Notifications
You must be signed in to change notification settings - Fork 0
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
#5
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
github-actions
bot
commented
Nov 15, 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 ROCm/rocprofiler-systems#12)
- Workflow to sync mainline with staging
- Fix for proto files not being viewable in Perfetto UI (Fix for proto files not being viewable in Perfetto UI ROCm/rocprofiler-systems#16)
- Add CHANGELOG.md (add CHANGELOG.md ROCm/rocprofiler-systems#18)
- Update CODEOWNERS
- Update CODEOWNERS
- OMPT Target Offload Support (OMPT Target Offload Support ROCm/rocprofiler-systems#17)
- Update cmake version installed in dockerfiles (Update cmake version installed in dockerfiles ROCm/rocprofiler-systems#25)
- Changed libdir for external libraries built with autotools (Changed libdir for external libraries built with autotools ROCm/rocprofiler-systems#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 … ROCm/rocprofiler-systems#23)
- Execute arguments via eval (Execute arguments via eval ROCm/rocprofiler-systems#28)
- Update and rename promote-stg.yml to weekly-mainline-sync.yml
- Update weekly-mainline-sync.yml
- Update weekly-mainline-sync.yml
- Update weekly-mainline-sync.yml
- Set workflows to ignore changes to weekly-mainline-sync.yml
- Update sync workflow
- Run weekly-mainline-sync on "push", for testing
ROCm#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>
Signed-off-by: David Galiffi <[email protected]>
- 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]>
ROCm#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"}'
Sync workflow
Fix typo.
Push promote branch before creating pr
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.