Skip to content

Commit

Permalink
Disable canonicalization error before fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
powderluv committed Jun 4, 2022
1 parent d4d05e3 commit 90426a4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,6 @@ void TileAndDistributeToWorkgroupsPass::runOnOperation() {
RewritePatternSet resolveDimOps(context);
memref::populateResolveRankedShapeTypeResultDimsPatterns(resolveDimOps);
if (failed(applyPatternsAndFoldGreedily(funcOp, std::move(resolveDimOps)))) {
return signalPassFailure();
}
}

Expand Down

0 comments on commit 90426a4

Please sign in to comment.