Conversation
dgaliffiAMD
pushed a commit
that referenced
this pull request
Aug 18, 2025
Co-authored-by: Anusha GodavarthySurya <Anusha.GodavarthySurya@amd.com>
jayhawk-commits
pushed a commit
that referenced
this pull request
Aug 18, 2025
Co-authored-by: Anusha GodavarthySurya <Anusha.GodavarthySurya@amd.com> [ROCm/clr commit: 14760c6]
SwRaw
pushed a commit
that referenced
this pull request
Aug 19, 2025
Update HSA EXT step version [ROCm/rocprofiler-sdk commit: 883a57e]
e1f075b to
f5d2d46
Compare
a6322f8 to
d2d0fa2
Compare
d2d0fa2 to
7f4f99b
Compare
chrispaquot
approved these changes
Sep 4, 2025
systems-assistant Bot
pushed a commit
to ROCm/hip
that referenced
this pull request
Sep 4, 2025
hipEventWaitExternal (#460) Co-authored-by: Li, Todd tiantuo <Toddtiantuo.Li@amd.com> [rocm-systems] ROCm/rocm-systems#460 (commit 9f11d73)
ammallya
pushed a commit
that referenced
this pull request
Jan 30, 2026
* * rocDecode/VP9: Inter decode is up and running. - Added reference list setup for VA-API. - Added update reference frame process (8.10). - Added set up past independence function. - Added DPB and decode pool management. - Added display management. - Added super frame detection and parsing. - Added VA-API parameter logging functions for debugging purposes. * * rocDecode/VP9: Minor change: removed an extra newline. * * rocDecode/VP9: Removed todo comments. No functional changes. * * rocDecode/VP9: Minor changes based on review comments. * * rocDecode/VP9: Minor changes based on review comment.
ammallya
pushed a commit
that referenced
this pull request
Jan 30, 2026
* * rocDecode/VP9: Inter decode is up and running. - Added reference list setup for VA-API. - Added update reference frame process (8.10). - Added set up past independence function. - Added DPB and decode pool management. - Added display management. - Added super frame detection and parsing. - Added VA-API parameter logging functions for debugging purposes. * * rocDecode/VP9: Minor change: removed an extra newline. * * rocDecode/VP9: Removed todo comments. No functional changes. * * rocDecode/VP9: Minor changes based on review comments. * * rocDecode/VP9: Minor changes based on review comment. [ROCm/rocdecode commit: 3e6f18c]
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-542333 SWDEV-541096
What type of PR is this? (check all applicable)
What were the changes?
add hipEventWaitDefault and hipEventWaitExternal to hip runtime api
Why are these changes needed?
to match cuda
Updated CHANGELOG?
Added/Updated documentation?
Additional Checks
🔁 Imported from ROCm/hip#3849
🧑💻 Originally authored by @rocm-devops