Skip to content

Commit

Permalink
Disable verbose print
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanNovoselov committed Feb 6, 2025
1 parent c64aa52 commit c08cca6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/plugins/intel_cpu/src/nodes/subgraph.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -543,10 +543,10 @@ Subgraph::ControlFlowPasses Subgraph::getControlFlowPasses() const {
ov::intel_cpu::pass::BrgemmCPUBlocking);

#ifdef SNIPPETS_DEBUG_CAPS
SNIPPETS_REGISTER_PASS_RELATIVE(Place::After,
ov::intel_cpu::pass::BrgemmCPUBlocking,
ov::snippets::lowered::pass::InsertPerfCountVerbose,
getName());
// SNIPPETS_REGISTER_PASS_RELATIVE(Place::After,
// ov::intel_cpu::pass::BrgemmCPUBlocking,
// ov::snippets::lowered::pass::InsertPerfCountVerbose,
// getName());
#endif // SNIPPETS_DEBUG_CAPS

SNIPPETS_REGISTER_PASS_RELATIVE(Place::After,
Expand Down

0 comments on commit c08cca6

Please sign in to comment.