-
Notifications
You must be signed in to change notification settings - Fork 44
Add support for session option ep.stop_context_sharing #655
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
Conversation
a06caa8
to
10faab9
Compare
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.
I see some CPP Lint Issues
Please update branch as well. |
10faab9
to
c1b6a5a
Compare
Done updating the branch and making Lint fixes. I had used Lintrunner before creating the PR and I still don't see the issues highlighted. Who can I talk to about the job to make sure I can reproduce it locally? |
kindly update the base branch. |
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.
code changes lgtm
Hey @ankitm3k I see the PR branch is in sync with ovep-develop, am I missing something? |
e8c6aeb
to
604f538
Compare
…rt for stop context sharing
604f538
to
3451a69
Compare
* Add function to query external initializer file name * Decouple external weight processing from shared context and add support for stop context sharing Signed-off-by: bfilipek <bartlomiej.filipek@intel.com>
* Add function to query external initializer file name * Decouple external weight processing from shared context and add support for stop context sharing
Description
This PR does some cleanup on session options and also adds support for ep.stop_context_sharing
Motivation and Context
Add support for ep.stop_context_sharing to cleanup shared context data.