ctrl/test_hsa: fix the hsaco path without its env setting#26
Open
systems-assistant[bot] wants to merge 3 commits intodevelopfrom
Open
ctrl/test_hsa: fix the hsaco path without its env setting#26systems-assistant[bot] wants to merge 3 commits intodevelopfrom
systems-assistant[bot] wants to merge 3 commits intodevelopfrom
Conversation
When the HSACO_OBJ_FILES_PATH environment variable isn't set and the tool lib path hasn't further got from dladdr, then directly accessing the dl_info will result in a segment fault. Signed-off-by: Prike Liang <Prike.Liang@amd.com>
…evelop/ROCm_rocprofiler/prliang_amd-staging
jayhawk-commits
pushed a commit
that referenced
this pull request
Aug 8, 2025
…X config (#26) Guest: Tests needed to account for not supporting changing compute partitions. BM: Tests need to account for invalid responses from Driver (due to static CPX config). Change-Id: I09ccee981c6b73684b64e5053068920a6c1b6439 Signed-off-by: Charis Poag <Charis.Poag@amd.com> [ROCm/rocm_smi_lib commit: 23e945c]
systems-assistant bot
pushed a commit
that referenced
this pull request
Aug 10, 2025
This reverts commit 0b69120cfcb5b4689d9f2037b1a01e274d85c20f.
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
This reverts commit 0b69120cfcb5b4689d9f2037b1a01e274d85c20f. [ROCm/clr commit: e7ada4e]
jayhawk-commits
pushed a commit
that referenced
this pull request
Aug 18, 2025
[ROCm/hip commit: 55e4c05]
jayhawk-commits
pushed a commit
that referenced
this pull request
Aug 18, 2025
[ROCm/hipother commit: 5107c35]
sauverma93
pushed a commit
that referenced
this pull request
Oct 15, 2025
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.
Covert the string input variable list to the string format to fix the following compile error.
Cmake Error:STRING sub-command REPLACE requires at least four arguments
Change-Id: Icd517cbf4bf50b360f15f256d9d2b96c77e6383a
🔁 Imported from ROCm/rocprofiler#156
🧑💻 Originally authored by @rocm-devops