-
Notifications
You must be signed in to change notification settings - Fork 47
[OVEP] feat: Integrate new ABI with Legacy OVEP Plugin #747
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
onnxruntime/core/providers/openvino/openvino_provider_factory.cc
Outdated
Show resolved
Hide resolved
onnxruntime/core/providers/openvino/openvino_provider_factory.cc
Outdated
Show resolved
Hide resolved
1d8ada8
to
ee1ecc5
Compare
@ankitm3k @RyanMetcalfeInt8 is Auto working on this ? |
Still testing, I'll let you know. |
Hi @sfatimar -- AUTO is working correctly on this branch. |
This feature branch is merge ready & functional for both legacy & new ABI paths FYI @sfatimar |
If the decision is made to disable CPU fallback for V2 path, this PR should be merged: #754 |
016ed00
to
0ef5784
Compare
…ExecutionProviderLibrary
0ef5784
to
464b180
Compare
464b180
to
44d74cc
Compare
Description
This PR integrates the functionality of new ABI with legacy OVEP plugin. This fix will enable us to work with both legacy EP i.e
AppendExecutionProvider_OpenVINO_V2
API & new ABI API call i.e.AppendExecutionProvider_V2