Skip to content
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

Open
wants to merge 43 commits into
base: develop
Choose a base branch
from

Conversation

r-abishek
Copy link
Member

@r-abishek r-abishek commented Jan 22, 2025

  • Change RPP version to --> (Unreleased) RPP 2.0.0
  • Consolidate all handle creation and destruction APIs have been consolidated to rppCreate(), for handle initialization, and rppDestroy(), for handle destruction.
    • Older versions of RPP handle creation inlcuding rppCreateWithBatchSize(), rppCreateWithStream(), and rppCreateWithStreamAndBatchSize() are now removed and replaced with rppCreate().
    • Older versions of RPP handle destruction API including rppDestroyGPU() and rppDestroyHost() are now removed and replaced with rppDestroy()
  • Remove unused handle APIs and constructor functions.

@kiritigowda kiritigowda requested a review from rrawther January 22, 2025 20:22
@kiritigowda kiritigowda self-assigned this Jan 22, 2025
@kiritigowda kiritigowda added the enhancement New feature or request label Jan 22, 2025
@amd-jmacaran
Copy link
Contributor

/AzurePipelines run

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@r-abishek
Copy link
Member Author

@kiritigowda CHANGELOG updated for RPP Restructure and consolidation of handle creation/destruction APIs. To be merged in lockstep with ROCm/MIVisionX#1486

@r-abishek
Copy link
Member Author

@kiritigowda Also updated RPP version on this PR to 1.9.11 for testing with MIVisionX

Copy link
Contributor

@spolifroni-amd spolifroni-amd left a 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.

r-abishek and others added 14 commits February 19, 2025 14:52
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]>
@r-abishek
Copy link
Member Author

All CI passing.
@spolifroni-amd Comments addressed.

Copy link
Contributor

@rrawther rrawther left a 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

@kiritigowda
Copy link
Collaborator

@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

[2389](http://math-ci.amd.com/job/mainline/job/precheckin/job/rpp/job/PR-513/17/pipeline-console/?start-byte=186359&selected-node=856#log-2389)

[2390](http://math-ci.amd.com/job/mainline/job/precheckin/job/rpp/job/PR-513/17/pipeline-console/?start-byte=186359&selected-node=856#log-2390)
Total Test time (real) = 4703.98 sec

[2391](http://math-ci.amd.com/job/mainline/job/precheckin/job/rpp/job/PR-513/17/pipeline-console/?start-byte=186359&selected-node=856#log-2391)

[2392](http://math-ci.amd.com/job/mainline/job/precheckin/job/rpp/job/PR-513/17/pipeline-console/?start-byte=186359&selected-node=856#log-2392)
The following tests FAILED:

[2393](http://math-ci.amd.com/job/mainline/job/precheckin/job/rpp/job/PR-513/17/pipeline-console/?start-byte=186359&selected-node=856#log-2393)
	  4 - rpp_qa_tests_tensor_image_hip_all (Timeout)

[2394](http://math-ci.amd.com/job/mainline/job/precheckin/job/rpp/job/PR-513/17/pipeline-console/?start-byte=186359&selected-node=856#log-2394)
	  5 - rpp_qa_tests_tensor_voxel_hip_all (Timeout)

[2395](http://math-ci.amd.com/job/mainline/job/precheckin/job/rpp/job/PR-513/17/pipeline-console/?start-byte=186359&selected-node=856#log-2395)
	  6 - rpp_qa_tests_tensor_misc_hip_all (Timeout)

[2396](http://math-ci.amd.com/job/mainline/job/precheckin/job/rpp/job/PR-513/17/pipeline-console/?start-byte=186359&selected-node=856#log-2396)
Errors while running CTest

@r-abishek
Copy link
Member Author

@kiritigowda All CI passing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci:precheckin enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants