Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add to pipeline
Browse files Browse the repository at this point in the history
niuxiaog committed Aug 20, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent f9c2425 commit 387523a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/gc/Transforms/Pipeline.cpp
Original file line number Diff line number Diff line change
@@ -51,6 +51,8 @@ void populateTensorPasses(mlir::OpPassManager &pm) {
// todo: padding propagation pass
// todo: layout propagation pass
// todo: tensor constant propagation pass
pm.addNestedPass<func::FuncOp>(createConstantSubgraphAnalysisPass());
pm.addNestedPass<func::FuncOp>(createConstantTensorFoldingPass());
// linalg.matmul lowering to (scf.loop + linalg.brgemm) pass
pm.addNestedPass<func::FuncOp>(createDeepTileContractionNamedOp());

0 comments on commit 387523a

Please sign in to comment.