-
Notifications
You must be signed in to change notification settings - Fork 25
Cherry-pick - ROCm 7.2.X: Bugfixes and updates #689
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
kiritigowda
wants to merge
15
commits into
release/rocm-rel-7.2
Choose a base branch
from
kg/rocm-7.2.x-patch
base: release/rocm-rel-7.2
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
* * rocDecode: Added logging control - Message output from the core components is now controlled by the logging level, which can be set by an environment variable or other methods. * * rocDecode/Logging control: Fixed a typo. * * rocDecode/Logging control: Removed reference to the logger class from RocVideoDecoder utility, which results in build error on non-source install environment. * * rocDecode/Logging control: Improved some wording in the docs.
- Fixed the build error with videodecodepicfiles sample. - Added error handling of sample app command option combination of memory type OUT_SURFACE_MEM_NOT_MAPPED and MD5 generation.
* rocDecode host - Package * Host Package - Added * Readme - Host updates * Changelog - Updates
* Updated core docs + Doxyfile * fixed issues, renamed a file, deleted unused files * added hip-dev as a requirement for 7.2 * updated with Jeff's review * updated getvideoframe description * Update docs/reference/rocDecode-parser.rst Co-authored-by: Leo Paoletti <[email protected]> * Update docs/how-to/using-rocDecode-video-decoder.rst Co-authored-by: Leo Paoletti <[email protected]> * updated with Leo's feedback * fixed a wrong link in toc --------- Co-authored-by: Kiriti Gowda <[email protected]> Co-authored-by: Leo Paoletti <[email protected]>
* Tests and samples - bugfixes * CMakeLists - add CMAKE_MODULE_PATH * Fix header - Host * Host - decouple * Host Utils - Reset * Test - enable advanced test with host lib
* Host decouple - samples and test * Host - install utils with dev * Host - Install host files in core temp
* Add support for TheRock compatibility * Update the version * code clean up * clean up
* Add ${CMAKE_CURRENT_SOURCE_DIR} over ${CMAKE_SOURCE_DIR} where required
* Address review comments
* TheRock compatibility - Devicelib Support * clean up
…ode-host from it (#685) * Add rocdecDecode to the ctest and decouple the rocdecode-host from it * clean up
…687) * * rocDecode: Fixed the incorrect MD5 results when user crop is enabled. - When the user cropping is enabled, the cropping rect needs to be sent to the output surface info struct, which is used by the MD5 calculation. * * rocDecode: Minor change based on review comment.
* * rocDecode/rocdecdecode sample: Fixed the crash issue on AVC streams. - We need to set bit depth to 8 when creating the initial decoder. This allows all codec types to be accommodated. Other bit depths can be supported in decoder reconfig later. * * rocDecode/rocdecdecode sample: Changed program stop from harsh abort to graceful exit, when critial error occurs. * * rocDecode/rocdecdecode sample: Minor change based on review comment.
AryanSalmanpour
approved these changes
Jan 12, 2026
LakshmiKumar23
approved these changes
Jan 12, 2026
rrawther
approved these changes
Jan 12, 2026
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
Important
RM approval required for merge
Motivation
Required changes to fix version mismatch in FFmpeg between build and target systems
Technical Details
Building rocdecode package on AlmaLinux/ManyLinux to launch packages on target devices with other flavor of linux will create issues with version of FFmpeg
Fix is separate the host and device packages, with samples to support tests for target without FFmpeg
Test Plan
CTest
Test Result
All tests should pass
Submission Checklist