Skip to content

Commit d670833

Browse files
committed
Allow epctx->epcotx flow
1 parent c531a61 commit d670833

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

onnxruntime/core/providers/openvino/backend_manager.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ BackendManager::BackendManager(SessionContext& session_context,
191191
}
192192
}
193193
}
194-
if (session_context_.so_context_enable && !subgraph_context_.is_ep_ctx_graph) {
194+
if (session_context_.so_context_enable) {
195195
auto status = onnxruntime::openvino_ep::BackendManager::ExportCompiledBlobAsEPCtxNode(subgraph);
196196
if ((!status.IsOK())) {
197197
ORT_THROW(status);

0 commit comments

Comments
 (0)