From 92936370c1fa6b502dee1e8a5816ea7379d43d6a Mon Sep 17 00:00:00 2001 From: "Zhong, Zhicong" Date: Wed, 28 Aug 2024 19:39:59 -0700 Subject: [PATCH] fix nested parallel loop --- lib/gc/Transforms/Pipeline.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/gc/Transforms/Pipeline.cpp b/lib/gc/Transforms/Pipeline.cpp index 2cacd40dd..fef58eae0 100644 --- a/lib/gc/Transforms/Pipeline.cpp +++ b/lib/gc/Transforms/Pipeline.cpp @@ -182,7 +182,7 @@ void populateCPUPipeline(mlir::OpPassManager &pm) { populateBufferizationPasses(pm); // REMOVE this pass after the TensorPasses are added. Currently we add this // pass to make the pipeline work properly - pm.addNestedPass(createConvertLinalgToParallelLoopsPass()); + pm.addNestedPass(createConvertLinalgToLoopsPass()); populateMicroKernelPasses(pm); populateCPURuntimePasses(pm); // back-end, llvm dialect