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

Bug fix 1.18 #369

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from
Draft

Bug fix 1.18 #369

wants to merge 4 commits into from

Conversation

preetha-intel
Copy link

Description

Draft PR to review internally before raising it to MSFT

Motivation and Context

Has bug fix for caching.
Has a feature to support inference precision for AUTO plugin device.
Bug fix for exporting blob with dynamic backend.

@preetha-intel preetha-intel marked this pull request as draft April 22, 2024 15:43
@@ -125,6 +125,14 @@ BackendManager::BackendManager(const GlobalContext& global_context,
// the EPContext node.
Status BackendManager::ExportCompiledBlobAsEPCtxNode(const onnxruntime::GraphViewer& graph_body_viewer,
const logging::Logger& logger) {
if (GetGlobalContext().disable_dynamic_shapes && subgraph_context_.has_dynamic_input_shape) {
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sspintel Is it feasible to add an assert statement at the time of session options parsing in openvino_provider_options.cc rather at the export stage.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants