Extend the hack to propagate HIP usage requirements a bit further.#147
Closed
systems-assistant[bot] wants to merge 2 commits intodevelopfrom
Closed
Extend the hack to propagate HIP usage requirements a bit further.#147systems-assistant[bot] wants to merge 2 commits intodevelopfrom
systems-assistant[bot] wants to merge 2 commits intodevelopfrom
Conversation
…evelop/taylding-amd_rocprofiler-sdk/the_rock_patch_3
ammallya
pushed a commit
that referenced
this pull request
Aug 7, 2025
Co-authored-by: Jonathan R. Madsen <jonathanrmadsen@gmail.com> [ROCm/rocprofiler-sdk commit: 34145fa]
ywang103-amd
pushed a commit
to ywang103-amd/rocm-systems
that referenced
this pull request
Aug 7, 2025
jrmadsen
requested changes
Sep 2, 2025
|
|
||
| target_sources(rocprofiler-sdk-common-library PRIVATE ${containers_sources} | ||
| ${containers_headers}) | ||
| target_link_libraries(rocprofiler-sdk-common-library PRIVATE rocprofiler-sdk-hip-nolink) |
Contributor
There was a problem hiding this comment.
I do not see why this is necessary. There are no headers included in the common library which rely on HIP that I can see.
Member
There was a problem hiding this comment.
Seems it is not needed. Addressed and removed this in #1086.
| rocprofiler-sdk::rocprofiler-sdk-cereal | ||
| rocprofiler-sdk::rocprofiler-sdk-perfetto | ||
| rocprofiler-sdk::rocprofiler-sdk-otf2 | ||
| rocprofiler-sdk-hip-nolink |
Contributor
There was a problem hiding this comment.
This needs to be formatted and you need to use the namespaced target.
Comment on lines
+134
to
+139
| # TODO: As of 2024/2/12, the hip::host target does not advertise its | ||
| # include directory but amdhip64 does. This ordinarily wouldn't be an issue | ||
| # because most folks just get it transitively, but here this is doing direct | ||
| # property copying to get usage requirements. | ||
| # The proper fix is for hip to export a hip::headers target with only usage | ||
| # requirements and depend on that. |
Contributor
There was a problem hiding this comment.
Is hip::host necessary anymore? Are you aware that rocprofiler_config_nolink_target is recursive? It recursively invokes itself for each CMake target linked to the initial target.
Member
There was a problem hiding this comment.
hip::host is not needed ad nolink target. Addressed in #1086.
This was referenced Sep 22, 2025
ammallya
pushed a commit
that referenced
this pull request
Nov 17, 2025
* add API doc comments to goamdsmi.go * update README and usage * add sphinx directive to parse go doc * fix walrus operator typos * make docs more consistent * add Go docs to index.md --------- Signed-off-by: Arif, Maisam <Maisam.Arif@amd.com>
ammallya
pushed a commit
that referenced
this pull request
Nov 18, 2025
* add API doc comments to goamdsmi.go * update README and usage * add sphinx directive to parse go doc * fix walrus operator typos * make docs more consistent * add Go docs to index.md --------- Signed-off-by: Arif, Maisam <Maisam.Arif@amd.com> [ROCm/amdsmi commit: 15c32f6]
1 task
ammallya
pushed a commit
that referenced
this pull request
Nov 21, 2025
* add API doc comments to goamdsmi.go * update README and usage * add sphinx directive to parse go doc * fix walrus operator typos * make docs more consistent * add Go docs to index.md --------- Signed-off-by: Arif, Maisam <Maisam.Arif@amd.com> [ROCm/amdsmi commit: 15c32f6]
jamessiddeley-amd
pushed a commit
that referenced
this pull request
Dec 11, 2025
[SYNC] NCCL-Tests v2.16.7
ammallya
pushed a commit
that referenced
this pull request
Jan 21, 2026
[ROCm/rocshmem commit: e0ef34a]
ammallya
pushed a commit
that referenced
this pull request
Jan 21, 2026
[SYNC] NCCL-Tests v2.16.7 [ROCm/rccl-tests commit: 690f97c]
ammallya
pushed a commit
that referenced
this pull request
Jan 30, 2026
…inx (#147) Bumps [rocm-docs-core[api_reference]](https://github.com/ROCm/rocm-docs-core) from 1.18.2 to 1.18.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.18.2...v1.18.4) --- updated-dependencies: - dependency-name: rocm-docs-core[api_reference] dependency-version: 1.18.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
ammallya
pushed a commit
that referenced
this pull request
Jan 30, 2026
…inx (#147) Bumps [rocm-docs-core[api_reference]](https://github.com/ROCm/rocm-docs-core) from 1.18.2 to 1.18.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.18.2...v1.18.4) --- updated-dependencies: - dependency-name: rocm-docs-core[api_reference] dependency-version: 1.18.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> [ROCm/rocjpeg commit: dfe2f0f]
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.
PR Details
Associated Jira Ticket Number/Link
Patch coming from TheRock: ROCm/TheRock#302
What type of PR is this? (check all applicable)
Technical details
Added/updated tests?
Updated CHANGELOG?
Added/Updated documentation?
🔁 Imported from ROCm/rocprofiler-sdk#65
🧑💻 Originally authored by @taylding-amd