SWDEV-543350 - Add graph capture limitation for hipMemcpyWithStream#462
Merged
SWDEV-543350 - Add graph capture limitation for hipMemcpyWithStream#462
Conversation
jayhawk-commits
pushed a commit
that referenced
this pull request
Aug 18, 2025
Currently rocm-opencl depends on ocl-icd runtime package. libopencl.so is part of ocl-icd-dev/devel package Added the same to the dependency list of rocm-opencl-dev/devel package [ROCm/clr commit: 7a2ba7e]
SwRaw
pushed a commit
that referenced
this pull request
Aug 19, 2025
Currently rocm-opencl depends on ocl-icd runtime package. libopencl.so is part of ocl-icd-dev/devel package Added the same to the dependency list of rocm-opencl-dev/devel package
4806c83 to
d1f3b8f
Compare
Change-Id: I47ea8b8ac59c073c2d7328e2c1bf18ac1f7b7cf6
d1f3b8f to
99fcab1
Compare
ammallya
pushed a commit
that referenced
this pull request
Nov 17, 2025
* Added copyrights * Fixed type hinting for processor_handle in python_interface * Fixed Incorrect type hinting to actual return types --------- Signed-off-by: Arif, Maisam <Maisam.Arif@amd.com> Change-Id: Ie2a09acf628ed0c43eacc8ec78c159d125acbcdb
ammallya
pushed a commit
that referenced
this pull request
Nov 18, 2025
* Added copyrights * Fixed type hinting for processor_handle in python_interface * Fixed Incorrect type hinting to actual return types --------- Signed-off-by: Arif, Maisam <Maisam.Arif@amd.com> Change-Id: Ie2a09acf628ed0c43eacc8ec78c159d125acbcdb [ROCm/amdsmi commit: 23b9da6]
ammallya
pushed a commit
that referenced
this pull request
Nov 21, 2025
* Added copyrights * Fixed type hinting for processor_handle in python_interface * Fixed Incorrect type hinting to actual return types --------- Signed-off-by: Arif, Maisam <Maisam.Arif@amd.com> Change-Id: Ie2a09acf628ed0c43eacc8ec78c159d125acbcdb [ROCm/amdsmi commit: 23b9da6]
mangupta
approved these changes
Dec 3, 2025
systems-assistant Bot
pushed a commit
to ROCm/hip
that referenced
this pull request
Dec 5, 2025
hipMemcpyWithStream (#462) [rocm-systems] ROCm/rocm-systems#462 (commit 0b61026)
ammallya
pushed a commit
that referenced
this pull request
Jan 30, 2026
ammallya
pushed a commit
that referenced
this pull request
Jan 30, 2026
[ROCm/rocdecode commit: 3dfb669]
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
What type of PR is this? (check all applicable)
What were the changes?
Update document to notify users of the new behavior.
Updated CHANGELOG?
Added/Updated documentation?
Additional Checks
🔁 Imported from ROCm/hip#3844
🧑💻 Originally authored by @rocm-devops