-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Fixes dynamic shapes #27776
Fixes dynamic shapes #27776
Conversation
Signed-off-by: Skrebkov, Artemy <[email protected]>
Signed-off-by: Skrebkov, Artemy <[email protected]>
Signed-off-by: Skrebkov, Artemy <[email protected]>
05e06bb
to
a1369c4
Compare
Signed-off-by: Skrebkov, Artemy <[email protected]>
Signed-off-by: Skrebkov, Artemy <[email protected]>
@@ -56,7 +56,7 @@ void check_level_zero_attributes_match(const IODescriptor& ioDescriptor, const A | |||
|
|||
for (size_t index = 0; index < ovDimensions.size(); ++index) { | |||
OPENVINO_ASSERT( | |||
ioDescriptor.shapeFromCompiler.is_dynamic() || ovDimensions[index] == zeDescriptor.info.dims[index], | |||
ovDimensions[index] == zeDescriptor.info.dims[index], |
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.
shapeFromCompiler
is serialized using upper bounds always.
Signed-off-by: Skrebkov, Artemy <[email protected]>
@StefaniaHergane @razvanapetroaie May I ask you to review the PR, please? The results from VPUX repo looks good besides a single network. I will explain the reason on the failure in the corresponding PR. Do you think we can merge this PR if it does not break anything in OV PR checker? |
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 look fine to me
This PR will be closed in a week because of 2 weeks of no activity. |
Signed-off-by: Skrebkov, Artemy <[email protected]>
Co-authored-by: Pawel Raasz <[email protected]>
Co-authored-by: Pawel Raasz <[email protected]>
Signed-off-by: Skrebkov, Artemy <[email protected]>
Signed-off-by: Skrebkov, Artemy <[email protected]>
Thank you for taking time to review the PR! |
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.
Just a question here. We have also a check related to dynamism in the check_tensor function. Do you need to change that one as well?
src/plugins/intel_npu/src/compiler_adapter/src/ze_graph_ext_wrappers.cpp
Show resolved
Hide resolved
The check looks just fine to me, I haven't seen it failing. However, I see another issue at the moment, reached out to you in Teams. |
### Details: * Aligns fixes in dynamic shape serializing with intel-innersource/applications.ai.vpu-accelerators.vpux-plugin#14490 * Fix parsing of shapes for SIT ### Tickets: - E147314 - E147315 --------- Signed-off-by: Skrebkov, Artemy <[email protected]> Co-authored-by: Pawel Raasz <[email protected]>
Details:
Tickets: