We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b593976 commit 70e306bCopy full SHA for 70e306b
lib/gc/Transforms/Pipeline.cpp
@@ -182,7 +182,7 @@ void populateCPUPipeline(mlir::OpPassManager &pm) {
182
populateBufferizationPasses(pm);
183
// REMOVE this pass after the TensorPasses are added. Currently we add this
184
// pass to make the pipeline work properly
185
- pm.addNestedPass<func::FuncOp>(createConvertLinalgToParallelLoopsPass());
+ pm.addNestedPass<func::FuncOp>(createConvertLinalgToLoopsPass());
186
populateMicroKernelPasses(pm);
187
populateCPURuntimePasses(pm);
188
// back-end, llvm dialect
0 commit comments