Skip to content

Commit

Permalink
Merge 7e66df0 into 0a561c4
Browse files Browse the repository at this point in the history
  • Loading branch information
hanhanW committed Jun 12, 2024
2 parents 0a561c4 + 7e66df0 commit 4d438e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ static llvm::cl::opt<bool> clEnableFusePaddingIntoLinalgProducerOps(
static llvm::cl::opt<bool> clCollapseReductionDims(
"iree-flow-collapse-reduction-dims",
llvm::cl::desc("Enable collapsing of reduction dims"),
llvm::cl::init(false));
llvm::cl::init(true));

static llvm::cl::opt<bool>
clEnableFuseMultiUse("iree-flow-fuse-multi-use",
Expand Down

0 comments on commit 4d438e5

Please sign in to comment.