Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
v-Golubev committed Sep 19, 2024
1 parent 30cb278 commit 50218af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/snippets/src/pass/fc_tokenization.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ov::snippets::pass::TokenizeFCSnippets::TokenizeFCSnippets(const SnippetsTokeniz
// TODO: extend constant path coverage:
// 1. Transpose support
// 2. Convert support
// 2. Decompression subgraphs support (and all the possible compressed weights related precisions)
// 3. Decompression subgraphs support (and all the possible compressed weights related precisions)
auto constant = ov::pass::pattern::wrap_type<ov::op::v0::Constant>();
auto m_matmul = ov::pass::pattern::wrap_type<ov::opset1::MatMul>({ov::pass::pattern::any_input(), constant});

Expand Down

0 comments on commit 50218af

Please sign in to comment.