-
Notifications
You must be signed in to change notification settings - Fork 126
Update ROCProfiler-SDK Runners #10
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
ammarwa
merged 1 commit into
amd/hsivasun/modify-workflows
from
amd/aelwazir/sdk_runners_update
Jul 28, 2025
Merged
Update ROCProfiler-SDK Runners #10
ammarwa
merged 1 commit into
amd/hsivasun/modify-workflows
from
amd/aelwazir/sdk_runners_update
Jul 28, 2025
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
systems-assistant bot
pushed a commit
that referenced
this pull request
Aug 5, 2025
Adding Public Sync to ROCProfiler Co-authored-by: Ammar ELWazir <[email protected]>
systems-assistant bot
pushed a commit
that referenced
this pull request
Aug 5, 2025
* Obey CMAKE_BUILD_TYPE Obey CMAKE_BUILD_TYPE when it is passed on the command line. Previous behavior remains: Debug by default ROCRTST_BLD_TYPE can set build type * External CI: change trigger from amd-master to amd-mainline * Added gfx94x and gfx11xx IDs to enumerator (#5) * Use idomatic approach to extending CMAKE_MODULE_PATH. (#7) There are many reasons why there may already be a CMAKE_MODULE_PATH defined. The idiomatic way to extend it in a project is via list(APPEND). ROCm/rocminfo#97 submitted by @stellaraccident Co-authored-by: Stella Laurenzo <[email protected]> * Added release trigger for further releases * Fix for typo in ISA_TO_ID table (#6) Change-Id: Id0720988fb01079a3ca6f3287dc743d93db4fd0f * Remove WSL checks for displaying UUID and BDFID Signed-off-by: lyndonli <[email protected]> * Added KWS check for amd-mainline (#9) --------- Signed-off-by: lyndonli <[email protected]> Co-authored-by: benrichard-amd <[email protected]> Co-authored-by: Su, Daniel <[email protected]> Co-authored-by: Stella Laurenzo <[email protected]> Co-authored-by: Mallya, Ameya Keshava <[email protected]> Co-authored-by: Yat Sin, David <[email protected]> Co-authored-by: lyndonli <[email protected]>
systems-assistant bot
pushed a commit
that referenced
this pull request
Aug 5, 2025
Revert "Revert "SWDEV-521313 - Streamline Version Management: Retain Only version-roc…"" This reverts commit 39bd62e.
systems-assistant bot
pushed a commit
that referenced
this pull request
Aug 5, 2025
* Added install target for simple-hip executable * Updating destination path * Update CMakeLists.txt * Update CMakeLists.txt * Test Installed Packages * Updating Destination path * Update continuous-integration.yml * Update continuous-integration.yml * Adding env * Adding PACKAGING_INSTALL_PREFIX * Update continuous-integration.yml * Update continuous-integration.yml * Update continuous-integration.yml * Update continuous-integration.yml * Update continuous-integration.yml * Update continuous-integration.yml * Update continuous-integration.yml * Update continuous-integration.yml * Update continuous-integration.yml * Update continuous-integration.yml * Update continuous-integration.yml * Update continuous-integration.yml * Update continuous-integration.yml * Update continuous-integration.yml * Update continuous-integration.yml * Update continuous-integration.yml * Update continuous-integration.yml * Add libasan.so path for AddressSanitizer preloadiing * Add libasan.so path for AddressSanitizer preloadiing * Add libasan.so path for test test-simple-hip-normal * Added sanitizer runtime library for tests * Added LD_PRELOAD to simple-hip-normal-env test * Added LD_PRELOAD to simple-hip-normal-env test * Update CMakeLists.txt * Update CMakeLists.txt * Update CMakeLists.txt * Formatting * Updated path for simple-hip-preload-env * Updated path for simple-hip-preload-env * Update continuous-integration.yml * Updated preload path for simple-hip-preload-env * Updated preload path for simple-hip-preload-env --------- Co-authored-by: Sushma Vaddireddy <[email protected]> Co-authored-by: Elwazir, Ammar <[email protected]>
jayhawk-commits
pushed a commit
that referenced
this pull request
Aug 5, 2025
* Added install target for simple-hip executable * Updating destination path * Update CMakeLists.txt * Update CMakeLists.txt * Test Installed Packages * Updating Destination path * Update continuous-integration.yml * Update continuous-integration.yml * Adding env * Adding PACKAGING_INSTALL_PREFIX * Update continuous-integration.yml * Update continuous-integration.yml * Update continuous-integration.yml * Update continuous-integration.yml * Update continuous-integration.yml * Update continuous-integration.yml * Update continuous-integration.yml * Update continuous-integration.yml * Update continuous-integration.yml * Update continuous-integration.yml * Update continuous-integration.yml * Update continuous-integration.yml * Update continuous-integration.yml * Update continuous-integration.yml * Update continuous-integration.yml * Update continuous-integration.yml * Update continuous-integration.yml * Add libasan.so path for AddressSanitizer preloadiing * Add libasan.so path for AddressSanitizer preloadiing * Add libasan.so path for test test-simple-hip-normal * Added sanitizer runtime library for tests * Added LD_PRELOAD to simple-hip-normal-env test * Added LD_PRELOAD to simple-hip-normal-env test * Update CMakeLists.txt * Update CMakeLists.txt * Update CMakeLists.txt * Formatting * Updated path for simple-hip-preload-env * Updated path for simple-hip-preload-env * Update continuous-integration.yml * Updated preload path for simple-hip-preload-env * Updated preload path for simple-hip-preload-env --------- Co-authored-by: Sushma Vaddireddy <[email protected]> Co-authored-by: Elwazir, Ammar <[email protected]> [ROCm/rocprofiler-register commit: 03d5821]
jayhawk-commits
pushed a commit
that referenced
this pull request
Aug 5, 2025
Adding Public Sync to ROCProfiler Co-authored-by: Ammar ELWazir <[email protected]> [ROCm/rocprofiler commit: 5891f34]
jayhawk-commits
pushed a commit
that referenced
this pull request
Aug 5, 2025
[ROCm/roctracer commit: 9cca903]
ammallya
pushed a commit
that referenced
this pull request
Aug 6, 2025
Updated OS test matrix to match ROCm 6.2. Update build and CI docker files Remove the "docs" workflow, because "read-the-docs" is now being used for ROCm documentation [ROCm/rocprofiler-systems commit: b15c9e9]
ammallya
pushed a commit
that referenced
this pull request
Aug 7, 2025
* reducing docs logging * Addressing review comments * exclude dirs * maximize NUM_PROC_THREADS * parallel build [ROCm/rocprofiler-sdk commit: 3ee06ed]
jayhawk-commits
pushed a commit
that referenced
this pull request
Aug 11, 2025
* Obey CMAKE_BUILD_TYPE Obey CMAKE_BUILD_TYPE when it is passed on the command line. Previous behavior remains: Debug by default ROCRTST_BLD_TYPE can set build type * External CI: change trigger from amd-master to amd-mainline * Added gfx94x and gfx11xx IDs to enumerator (#5) * Use idomatic approach to extending CMAKE_MODULE_PATH. (#7) There are many reasons why there may already be a CMAKE_MODULE_PATH defined. The idiomatic way to extend it in a project is via list(APPEND). ROCm/rocminfo#97 submitted by @stellaraccident Co-authored-by: Stella Laurenzo <[email protected]> * Added release trigger for further releases * Fix for typo in ISA_TO_ID table (#6) Change-Id: Id0720988fb01079a3ca6f3287dc743d93db4fd0f * Remove WSL checks for displaying UUID and BDFID Signed-off-by: lyndonli <[email protected]> * Added KWS check for amd-mainline (#9) --------- Signed-off-by: lyndonli <[email protected]> Co-authored-by: benrichard-amd <[email protected]> Co-authored-by: Su, Daniel <[email protected]> Co-authored-by: Stella Laurenzo <[email protected]> Co-authored-by: Mallya, Ameya Keshava <[email protected]> Co-authored-by: Yat Sin, David <[email protected]> Co-authored-by: lyndonli <[email protected]> [ROCm/rocminfo commit: aec5d6f]
jayhawk-commits
pushed a commit
that referenced
this pull request
Aug 11, 2025
ammallya
pushed a commit
that referenced
this pull request
Jan 21, 2026
topic/ipc context [ROCm/rocshmem commit: d21d5aa]
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.
No description provided.