Skip to content

Commit

Permalink
[Snippets] DISABLED EXTRACT LOOP INVARIANTS
Browse files Browse the repository at this point in the history
  • Loading branch information
a-sidorova committed Aug 9, 2024
1 parent 7664b89 commit 34257fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/snippets/src/op/subgraph.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ void Subgraph::control_flow_transformations(size_t min_parallel_work_amount, siz
pipeline.register_pass<lowered::pass::MoveScalarToConsumer>();
pipeline.register_pass<lowered::pass::InsertBroadcastMove>();
pipeline.register_pass<lowered::pass::LoadMoveBroadcastToBroadcastLoad>();
pipeline.register_pass<lowered::pass::ExtractLoopInvariants>();
//pipeline.register_pass<lowered::pass::ExtractLoopInvariants>();
pipeline.register_pass<lowered::pass::ValidateShapes>();
pipeline.register_pass<lowered::pass::ValidateUnifiedLoops>();
pipeline.register_pass<lowered::pass::InitLoops>();
Expand Down

0 comments on commit 34257fd

Please sign in to comment.