We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b74a68 commit a82a1dbCopy full SHA for a82a1db
src/jit/mlir.cpp
@@ -679,6 +679,7 @@ static const std::string cpu_pipeline =
679
"add-comm-cache-keys,"
680
"lower-distruntime-to-idtr,"
681
"convert-ndarray-to-linalg,"
682
+ "cse,"
683
"canonicalize,"
684
"func.func(tosa-to-linalg),"
685
"func.func(tosa-to-tensor),"
@@ -688,6 +689,8 @@ static const std::string cpu_pipeline =
688
689
"arith-expand,"
690
"memref-expand,"
691
"func.func(empty-tensor-to-alloc-tensor),"
692
693
+ "canonicalize,"
694
"one-shot-bufferize,"
695
696
"imex-remove-temporaries,"
0 commit comments