We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4428cc commit 5483431Copy full SHA for 5483431
src/jit/mlir.cpp
@@ -725,18 +725,8 @@ static const std::string gpu_pipeline =
725
"linalg-fuse-elementwise-ops,"
726
"arith-expand,"
727
"memref-expand,"
728
- "arith-bufferize,"
729
- "func-bufferize,"
730
"func.func(empty-tensor-to-alloc-tensor),"
731
- "func.func(scf-bufferize),"
732
- "func.func(tensor-bufferize),"
733
- "func.func(bufferization-bufferize),"
734
- "func.func(linalg-bufferize),"
735
- "func.func(linalg-detensorize),"
736
737
- "region-bufferize,"
738
- "canonicalize,"
739
- "func.func(finalizing-bufferize),"
+ "one-shot-bufferize{bufferize-function-boundaries},"
740
"imex-remove-temporaries,"
741
"func.func(convert-linalg-to-parallel-loops),"
742
"func.func(scf-parallel-loop-fusion),"
0 commit comments