-
Notifications
You must be signed in to change notification settings - Fork 42
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
RPP Restructure - Consolidate handle creation and destruction APIs #513
base: develop
Are you sure you want to change the base?
Conversation
r-abishek
commented
Jan 22, 2025
- Consolidate all handle creation APIs into just 2 - rppCreate and rppDestroy for handle initialization and destruction.
- Remove unused handle APIs and constructor functions.
…ndle_modification
…cation RPP - Enhanced Handle Initialization and API Optimization
/AzurePipelines run |
Azure Pipelines successfully started running 1 pipeline(s). |
Updated the parameter order in rppCreate and rppDestroy calls in MIVisionX and ensured all tests pass successfully. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please update the version and changelog to reflect these changes. MIVisionX has to build and run with older and newer version of RPP without any issues
@kiritigowda CHANGELOG updated for RPP Restructure and consolidation of handle creation/destruction APIs. To be merged in lockstep with ROCm/MIVisionX#1486 |
@kiritigowda Also updated RPP version on this PR to 1.9.11 for testing with MIVisionX |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The changelog needs some changes.
Co-authored-by: spolifroni-amd <[email protected]>
Co-authored-by: spolifroni-amd <[email protected]>
Co-authored-by: spolifroni-amd <[email protected]>
Co-authored-by: spolifroni-amd <[email protected]>
Co-authored-by: spolifroni-amd <[email protected]>
Co-authored-by: spolifroni-amd <[email protected]>
Co-authored-by: spolifroni-amd <[email protected]>
Co-authored-by: spolifroni-amd <[email protected]>
Co-authored-by: spolifroni-amd <[email protected]>
Co-authored-by: spolifroni-amd <[email protected]>
Co-authored-by: spolifroni-amd <[email protected]>
Co-authored-by: spolifroni-amd <[email protected]>
All CI passing. |