Skip to content

Commit

Permalink
Remove duplicate TableGen definition of RematerializeParallelOps pass
Browse files Browse the repository at this point in the history
  • Loading branch information
sogartar authored and github-actions[bot] committed Aug 16, 2023
1 parent 873b4fc commit dcb4828
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions compiler/src/iree/compiler/Preprocessing/Common/Passes.td
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,6 @@ def PadLinalgOps :
];
}

def RematerializeParallelOps :
Pass<"iree-preprocessing-rematerialize-parallel-ops", "func::FuncOp"> {
let summary = "Pass to rematerialize and merge parallel ops on pre-formed dispatches.";
let constructor = "mlir::iree_compiler::IREE::createRematerializeParallelOpsPass()";
}

def DequantizationMatmulFuse:
Pass<"iree-preprocessing-dequantization-matmul-fuse", ""> {
let summary = "Fuse dequantization and matmul linalg.generic ops";
Expand Down

0 comments on commit dcb4828

Please sign in to comment.