-
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
…ndle_modification
…cation RPP - Enhanced Handle Initialization and API Optimization
/AzurePipelines run |
Azure Pipelines successfully started running 1 pipeline(s). |
@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. |
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 make sure for MIVisionX to check build-time and run-time RPP dependency to avoid api changes between versions
@r-abishek failing CI tests - http://math-ci.amd.com/job/mainline/job/precheckin/job/rpp/job/PR-513/17/pipeline-console/?selected-node=853
|
@kiritigowda All CI passing |
rppCreate()
, for handle initialization, andrppDestroy()
, for handle destruction.rppCreateWithBatchSize()
,rppCreateWithStream()
, andrppCreateWithStreamAndBatchSize()
are now removed and replaced withrppCreate()
.rppDestroyGPU()
andrppDestroyHost()
are now removed and replaced withrppDestroy()