-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
[CLI TOOLS][RTVM] Improve rtvm tool with new options to measure native performance #15818
Conversation
Few fixes and enhancements that affects model loading times New options to measure performance.
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.
Thank you for your PR! Just a couple of small comments
@echuraev There are some requirements and concerns on high load and unload timings with TVM in general. With PreCompiled bin we could reduce the majority and there exist some more scope with params loading. Unload time is also a bit significant. I am working on few improvements around these areas ... |
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.
LGTM! @srkreddy1238 just up to you if you want to return dynamic allocation or not. Feel free to merge this PR when the CI is green.
Never mind. While I was relooking into the code I found a reference of the deleted object and fixed it. |
Few fixes and enhancements that affects model loading times New options to measure performance.