-
Notifications
You must be signed in to change notification settings - Fork 126
[Ex CI] create component trigger files #29
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
Merged
Merged
Conversation
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
jayhawk-commits
approved these changes
Aug 6, 2025
ammallya
pushed a commit
that referenced
this pull request
Aug 6, 2025
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]> [ROCm/rocprofiler-systems commit: bf1f1e6]
vedithal-amd
pushed a commit
to vedithal-amd/rocm-systems
that referenced
this pull request
Aug 7, 2025
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
* Add roctx doc * Add roctx doxyfile input * Update links and toc * Build doxysphinx for both doxygen files * Update scripts * Generate roctx doxygen files * Change doxygen path to allow for 2 doxyfiles * Make doxygen dir for script * Call make _doxygen dir with p flag * Create _doxygen dir in workfllow * Create doc dirs for doxygen * Run update docs as sudo * Fix typo in mkdir command * Include graphviz for dot * Install dot for docs CI * Install dot as sudo due to permission denied * Install doxygen via sudo * Install doxysphinx * Add postcheckout step to RTD to config and gen doxygen docs * On RTD, update doxygen after creating env * update docs.yml * update docs.yml * fixing build-docs-from-source * Fixing build docs from source * update docs.yml * trying to fix readthedocs * trying to fix readthedocs * update docs.yml * improve mainpage documentation * update docs * clang-format fix --------- Co-authored-by: Sam Wu <[email protected]> Co-authored-by: Madsen, Jonathan <[email protected]> [ROCm/rocprofiler-sdk commit: 73e7f8c]
jayhawk-commits
pushed a commit
that referenced
this pull request
Aug 8, 2025
[ROCm/rocm_smi_lib commit: adf6304]
systems-assistant bot
pushed a commit
that referenced
this pull request
Aug 10, 2025
Change-Id: I019d768a770ebe5973cce737e91850e2400d10bb
jayhawk-commits
pushed a commit
that referenced
this pull request
Aug 11, 2025
[ROCm/rocm-core commit: 4819f8e]
jayhawk-commits
pushed a commit
that referenced
this pull request
Aug 18, 2025
jayhawk-commits
pushed a commit
that referenced
this pull request
Aug 18, 2025
jayhawk-commits
pushed a commit
that referenced
this pull request
Aug 18, 2025
Change-Id: I019d768a770ebe5973cce737e91850e2400d10bb [ROCm/hip commit: b4ff023]
jayhawk-commits
pushed a commit
that referenced
this pull request
Aug 18, 2025
[ROCm/hipother commit: 98ef2f6]
bwelton
added a commit
that referenced
this pull request
Oct 21, 2025
The dimension tests (test #29 and #30) are passing consistently across all platforms, indicating that the debug logging added in previous iterations has served its purpose. This commit removes the temporary debug statements and the iostream include that was only used for std::cerr output. Changes: - Removed debug std::cerr statements from getBlockDimensions function - Removed unused iostream include Test results show dimension tests passing on all platforms: - sles-156: 100% tests passed (366/366) - rhel-95: dimension tests passed (99% overall) - All ubuntu configurations: dimension tests passed (97%+ overall) The remaining test failures in thread-trace and rocprofv3-test-att areas are unrelated to the dimension code changes. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
ammallya
pushed a commit
that referenced
this pull request
Nov 17, 2025
Signed-off-by: Williams, Justin <[email protected]> Authored-by: Williams, Justin <[email protected]>
ammallya
pushed a commit
that referenced
this pull request
Nov 18, 2025
Signed-off-by: Williams, Justin <[email protected]> Authored-by: Williams, Justin <[email protected]> [ROCm/amdsmi commit: e47add5]
ammallya
pushed a commit
that referenced
this pull request
Nov 21, 2025
Signed-off-by: Williams, Justin <[email protected]> Authored-by: Williams, Justin <[email protected]> [ROCm/amdsmi commit: e47add5]
ammallya
pushed a commit
that referenced
this pull request
Jan 21, 2026
Vectorize WQE segments writes
ammallya
pushed a commit
that referenced
this pull request
Jan 21, 2026
Updated RO builds script and functional test driver
ammallya
pushed a commit
that referenced
this pull request
Jan 21, 2026
Vectorize WQE segments writes [ROCm/rocshmem commit: e419a8b]
ammallya
pushed a commit
that referenced
this pull request
Jan 21, 2026
Updated RO builds script and functional test driver [ROCm/rocshmem commit: 7e5b533]
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.
Create trigger files for all components currently in rocm-systems (excluding clr/hip etc.)
Copy summary check report templates from rocm-libraries to here.
Add rocprofiler-register pipeline ID to subtree script. Requires ROCm/ROCm#5155