-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Snippets] Fixed SplitDimensionM pass for Subgraphs with dynamic para…
…ms (#28280) ### Details: - *Currently, the pass `SplitDimensionM` supports only static inputs of Subgraphs because the pass inserts `Reshape` ops with const shapes. In some cases (the case from the ticket), MatMul may have static output shape but some parameters - dynamic shape. Then `SplitDimensionM` should not call `split` method. The PR added check with early `return` to cover such cases* ### Tickets: - *159661*
- Loading branch information
1 parent
3526fa5
commit 6739444
Showing
2 changed files
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters