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

So pointer can be used without loading #5643

Conversation

apankratovantonp
Copy link
Contributor

  • We need to store SO loader (dynamic library reference) near loaded object.
  • We use external C++ API In internal API to solve this problem.
  • The PR add ability to store loaded objects using just SO pointer that is thin wrapper over object shared_ptr + library reference.

@apankratovantonp apankratovantonp requested review from a team and ilya-lavrenov May 14, 2021 17:14
@ilya-lavrenov ilya-lavrenov self-assigned this May 14, 2021
@ilya-lavrenov ilya-lavrenov added this to the 2021.4 milestone May 14, 2021
@ilya-lavrenov ilya-lavrenov added the category: inference OpenVINO Runtime library - Inference label May 14, 2021
@ilya-lavrenov ilya-lavrenov modified the milestones: 2021.4, 2022.1 May 14, 2021
@openvino-pushbot openvino-pushbot added category: CPU OpenVINO CPU plugin category: IE Tests OpenVINO Test: plugins and common labels May 14, 2021
This was referenced May 15, 2021
@ilya-lavrenov
Copy link
Contributor

Merged as #5645

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: CPU OpenVINO CPU plugin category: IE Tests OpenVINO Test: plugins and common category: inference OpenVINO Runtime library - Inference
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants