Skip to content

Commit 9a3f656

Browse files
authored
Transpose Sinking before SDPA fusion (#25504)
### Details: - *Transpose Sinking before SDPA fusion* ### Tickets: - *CVS-144513*
1 parent 27a3805 commit 9a3f656

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/plugins/intel_cpu/src/transformations/transformation_pipeline.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@
9494
#include "transformations/symbolic_transformations/symbolic_optimizations.hpp"
9595
#include "transformations/init_node_info.hpp"
9696
#include "transformations/rt_info/keep_const_precision.hpp"
97+
#include "transformations/transpose_sinking/ts_shape_of.hpp"
9798
#include "utils/ngraph_transformation.hpp"
9899
#include "utils/print_model.hpp"
99100

@@ -837,6 +838,7 @@ void Transformations::PostLpt() {
837838
}
838839
}
839840
}
841+
CPU_REGISTER_PASS_COMMON(postLPTPassManager, ov::pass::transpose_sinking::TSShapeOfForward);
840842
CPU_REGISTER_PASS_COMMON(postLPTPassManager, StatefulSDPAFusion);
841843

842844
// Should be before Snippets pipeline because Ngram pattern contains eltwise nodes that can be tokenized by Snippets.

0 commit comments

Comments
 (0)