Replies: 2 comments
-
Tagging @jywu-msft and @sfatimar for the OpenVINO question |
Beta Was this translation helpful? Give feedback.
0 replies
-
With the latest OnnxRuntime (v1.18.0), I have confirmed that OpenVINO EP (C#) can be used to reason on Intel NPU. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I want to run OpenVINO EP on a GPU by C#, I specify:
But how should I specify it for an NPU?
Given the following excerpt from the onnxruntime_c_api.h, it is unclear whether NPU is supported:
Beta Was this translation helpful? Give feedback.
All reactions