SWDEV-483315 - Implement hipGraphNodeGetDependentNodes_v2#413
Closed
systems-assistant[bot] wants to merge 2 commits intodevelopfrom
Closed
SWDEV-483315 - Implement hipGraphNodeGetDependentNodes_v2#413systems-assistant[bot] wants to merge 2 commits intodevelopfrom
systems-assistant[bot] wants to merge 2 commits intodevelopfrom
Conversation
SwRaw
pushed a commit
that referenced
this pull request
Aug 19, 2025
* Update HIP VERSION to 7.0.0, HIP_RUNTIME_API_TABLE_STEP_VERSION to 13 * Changed rocprofiler_config_interfaces.cmake to check version after finding package * Update cmake/rocprofiler_config_interfaces.cmake --------- Co-authored-by: Madsen, Jonathan <Jonathan.Madsen@amd.com> [ROCm/rocprofiler-sdk commit: b90ef49]
SwRaw
pushed a commit
that referenced
this pull request
Aug 19, 2025
Fix HIP_RUNTIME_API_TABLE_STEP_VERSION 9 vs. 10 - in rocm-6.4.x, hipLinkAddData, hipLinkAddFile, hipLinkComplete, hipLinkCreate, hipLinkDestroy are HIP_RUNTIME_API_TABLE_STEP_VERSION == 9 - in amd-staging, hipEventRecordWithFlags is HIP_RUNTIME_API_TABLE_STEP_VERSION == 9 - this should fixed in amd-staging such that HIP_RUNTIME_API_TABLE_STEP_VERSION == 10 Co-authored-by: Jonathan R. Madsen <jonathanrmadsen@gmail.com> [ROCm/rocprofiler-sdk commit: fec7414]
SwRaw
pushed a commit
that referenced
this pull request
Aug 19, 2025
ammallya
pushed a commit
that referenced
this pull request
Nov 17, 2025
…#413) - When in json output mode the .rstrip function does not work due to dict obj type. - The clk_value is now checked for dict instance before extracting the value. - If clk_value is a dict then the .get() function is used to extract the value. - Else it is a string obj which uses .split() to extract the value. - If clk_value is < min_clk_value then deep_sleep is set to ENABLED - initialize clk_value and min_clk_value to 0 for each loop. - fix if/else for better readability --------- Signed-off-by: Juan Castillo <juan.castillo@amd.com>
ammallya
pushed a commit
that referenced
this pull request
Nov 18, 2025
…#413) - When in json output mode the .rstrip function does not work due to dict obj type. - The clk_value is now checked for dict instance before extracting the value. - If clk_value is a dict then the .get() function is used to extract the value. - Else it is a string obj which uses .split() to extract the value. - If clk_value is < min_clk_value then deep_sleep is set to ENABLED - initialize clk_value and min_clk_value to 0 for each loop. - fix if/else for better readability --------- Signed-off-by: Juan Castillo <juan.castillo@amd.com> [ROCm/amdsmi commit: 2e8aaf0]
ammallya
pushed a commit
that referenced
this pull request
Nov 21, 2025
…#413) - When in json output mode the .rstrip function does not work due to dict obj type. - The clk_value is now checked for dict instance before extracting the value. - If clk_value is a dict then the .get() function is used to extract the value. - Else it is a string obj which uses .split() to extract the value. - If clk_value is < min_clk_value then deep_sleep is set to ENABLED - initialize clk_value and min_clk_value to 0 for each loop. - fix if/else for better readability --------- Signed-off-by: Juan Castillo <juan.castillo@amd.com> [ROCm/amdsmi commit: 2e8aaf0]
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.
Associated JIRA ticket number/Github issue number
SWDEV-483315
What type of PR is this? (check all applicable)
What were the changes?
Added implementation of hipGraphNodeGetDependentNodes_v2
Why are these changes needed?
cudaGraphNodeGetDependentNodes_v2 doc reference
https://docs.nvidia.com/cuda/cuda-runtime-api/group__CUDART__GRAPH.html#group__CUDART__GRAPH_1ga8eca4a84d0902d9afe9c5b2c05093bd
Updated CHANGELOG?
Added/Updated documentation?
Additional Checks
🔁 Imported from ROCm/hip#3847
🧑💻 Originally authored by @rocm-devops