Skip to content

Commit

Permalink
Added ticket number
Browse files Browse the repository at this point in the history
  • Loading branch information
v-Golubev committed Sep 25, 2024
1 parent 44e463d commit c7bd877
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/common/snippets/src/pass/fc_tokenization.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,8 @@

ov::snippets::pass::TokenizeFCSnippets::TokenizeFCSnippets(const SnippetsTokenization::Config& config) {
MATCHER_SCOPE(TokenizeFCSnippets);
// TODO: extend constant path coverage:
// 1. Transpose support
// 2. Convert support
// 3. Decompression subgraphs support (and all the possible compressed weights related precisions)
// TODO: extend constant path coverage
// Ticket: 153480
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 c7bd877

Please sign in to comment.