Skip to content

Commit 1bc0547

Browse files
committed
fix ci error
1 parent 1bb259b commit 1bc0547

File tree

2 files changed

+208
-210
lines changed

2 files changed

+208
-210
lines changed

src/plugins/intel_cpu/src/transformations/cpu_opset/common/pass/stateful_sdpa_fusion.cpp

+1-3
Original file line numberDiff line numberDiff line change
@@ -302,9 +302,7 @@ StatefulSDPAFusion::StatefulSDPAFusion() {
302302

303303
bool SDPASubgraphFusion::run_on_model(const std::shared_ptr<ov::Model>& f) {
304304
RUN_ON_FUNCTION_SCOPE(SDPASubgraphFusion);
305-
using namespace ov::pass::pattern;
306-
ov::pass::Manager manager(get_pass_config(), "SDPASubgraphFusion");
307-
manager.set_per_pass_validation(false);
305+
ov::pass::Manager manager("SDPASubgraphFusion");
308306

309307
CPU_REGISTER_PASS_COMMON(manager, ov::pass::SimplifyGatherShapeOf);
310308
CPU_REGISTER_PASS_COMMON(manager, ov::pass::transpose_sinking::TSShapeOfForward);

0 commit comments

Comments
 (0)