Skip to content

[NPUW] Extend VariadicSplit pattern#29653

Merged
smirnov-alexey merged 1 commit intoopenvinotoolkit:masterfrom
smirnov-alexey:as/npuw_extend_variadic_split
Mar 26, 2025
Merged

[NPUW] Extend VariadicSplit pattern#29653
smirnov-alexey merged 1 commit intoopenvinotoolkit:masterfrom
smirnov-alexey:as/npuw_extend_variadic_split

Conversation

@smirnov-alexey
Copy link
Contributor

No description provided.

@smirnov-alexey smirnov-alexey requested review from a team as code owners March 24, 2025 13:28
@github-actions github-actions bot added category: NPU OpenVINO NPU plugin category: NPUW NPUW plugin labels Mar 24, 2025
node_to_gptr->at(matched_multiply)->isolate(isol_tag);

auto multiply1_iter = node_to_output.find(multiply1);
if (multiply1_iter != node_to_output.end()) {
Copy link
Contributor

Choose a reason for hiding this comment

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

as alternative syntax

 if (auto it = node_to_output.find(multiply1); it != node_to_output.end()) 

can be used

@smirnov-alexey smirnov-alexey added this pull request to the merge queue Mar 26, 2025
Merged via the queue into openvinotoolkit:master with commit 092772a Mar 26, 2025
165 checks passed
@smirnov-alexey smirnov-alexey deleted the as/npuw_extend_variadic_split branch March 26, 2025 20:28
@dmatveev dmatveev added this to the 2025.2 milestone Mar 27, 2025
timxu826 pushed a commit to timxu826/openvino that referenced this pull request Apr 7, 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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants