Skip to content

Commit

Permalink
Limit unrolling
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmoses committed Mar 10, 2024
1 parent f170798 commit e98d0a1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/enzyme_ad/jax/Passes/EnzymeHLOUnroll.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,6 @@ struct EnzymeHLOUnrollPass
auto context = getOperation()->getContext();
RewritePatternSet patterns(context);
patterns.add<WhileUnroll>(context);
mlir::stablehlo::populateStablehloCanonicalizationPatterns(context,
&patterns);

GreedyRewriteConfig config;
if (failed(applyPatternsAndFoldGreedily(getOperation(), std::move(patterns),
config))) {
Expand Down

0 comments on commit e98d0a1

Please sign in to comment.