-
Notifications
You must be signed in to change notification settings - Fork 56
[OVEP] Fix for Dynamic backend creation for NPU. #622
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
[OVEP] Fix for Dynamic backend creation for NPU. #622
Conversation
sfatimar
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes are approved
|
LGTM. @ankitm3k @gupta-pallavi has made you a mandatory reviewer. Can you please review so we can merge it in. |
|
@gupta-pallavi Branch is out of date please update. |
9552def to
e5f8a18
Compare
ankitm3k
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
| ORT_THROW(msg); | ||
| } | ||
| } | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The ORT_OVtensor is created and tensor is set in this else block in case of dynamic shaped model. The changes LGTM. But this condition has to be refactored as a follow up.
This reverts commit e240695.
Description
[EISW-150896] Fix for Dynamic backend creation for NPU. Do not update tensor data for dynamic models.
Motivation and Context
https://jira.devtools.intel.com/browse/EISW-150896