We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27a3805 commit 9a3f656Copy full SHA for 9a3f656
src/plugins/intel_cpu/src/transformations/transformation_pipeline.cpp
@@ -94,6 +94,7 @@
94
#include "transformations/symbolic_transformations/symbolic_optimizations.hpp"
95
#include "transformations/init_node_info.hpp"
96
#include "transformations/rt_info/keep_const_precision.hpp"
97
+#include "transformations/transpose_sinking/ts_shape_of.hpp"
98
#include "utils/ngraph_transformation.hpp"
99
#include "utils/print_model.hpp"
100
@@ -837,6 +838,7 @@ void Transformations::PostLpt() {
837
838
}
839
840
841
+ CPU_REGISTER_PASS_COMMON(postLPTPassManager, ov::pass::transpose_sinking::TSShapeOfForward);
842
CPU_REGISTER_PASS_COMMON(postLPTPassManager, StatefulSDPAFusion);
843
844
// Should be before Snippets pipeline because Ngram pattern contains eltwise nodes that can be tokenized by Snippets.
0 commit comments