Skip to content

Commit

Permalink
apply review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
luo-cheng2021 committed Jan 3, 2025
1 parent 02c2d19 commit 1b93577
Show file tree
Hide file tree
Showing 2 changed files with 209 additions and 207 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,8 @@ bool SDPASubgraphFusion::run_on_model(const std::shared_ptr<ov::Model>& f) {
CPU_REGISTER_PASS_COMMON(manager, ov::pass::SimplifyGatherShapeOf);
CPU_REGISTER_PASS_COMMON(manager, ov::pass::transpose_sinking::TSShapeOfForward);
CPU_REGISTER_PASS_COMMON(manager, StatefulSDPAFusion);
// TODO: SDPAFuseTransposeReshape may cause regressions in icx.
// CPU_REGISTER_PASS_X64(manager, ov::intel_cpu::SDPAFuseTransposeReshape);

manager.run_passes(f);
return false;
Expand Down
Loading

0 comments on commit 1b93577

Please sign in to comment.