Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandre Eichenberger <alexe@us.ibm.com>
  • Loading branch information
AlexandreEichenberger committed Sep 17, 2024
1 parent 2399a98 commit 94ba7a9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Tools/onnx-mlir-opt/RegisterPasses.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ void registerOMPasses(int optLevel) {
return createProcessKrnlParallelClausePass();
});


mlir::registerPass([]() -> std::unique_ptr<mlir::Pass> {
return krnl::createConvertSeqToMemrefPass();
});
Expand Down

0 comments on commit 94ba7a9

Please sign in to comment.