Skip to content

NPUW: Lift logging levels and fix Scalar matching #30778

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

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

Conversation

dmatveev
Copy link
Contributor

Details:

  • item1
  • ...

Tickets:

  • ticket-id

@dmatveev dmatveev requested a review from a team as a code owner May 28, 2025 23:39
@dmatveev dmatveev requested a review from a team as a code owner May 28, 2025 23:39
@github-actions github-actions bot added category: NPU OpenVINO NPU plugin category: NPUW NPUW plugin labels May 28, 2025
auto this_const = std::static_pointer_cast<ov::op::v0::Constant>(ov_node);
auto this_type = this_const->get_element_type();
auto this_shape = ov_node->output(0).get_shape();
if (this_type == ov::element::i64 && this_shape.size() == 0) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Why i64 only?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Good question, I did the initial refactoring to replace this check with "is_tiny()" or smt like that, but decided to reduce the scope for this untangling procedure only to the case where it fires

Copy link
Contributor

@smirnov-alexey smirnov-alexey left a comment

Choose a reason for hiding this comment

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

LGTM, but we need to check the impact first

@dmatveev dmatveev added this to the 2025.3 milestone Jun 4, 2025
@dmatveev dmatveev self-assigned this Jun 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: NPU OpenVINO NPU plugin category: NPUW NPUW plugin do_not_merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants