Skip to content

Commit

Permalink
enable microkernels by default
Browse files Browse the repository at this point in the history
  • Loading branch information
hanhanW committed Nov 8, 2023
1 parent 33f6c79 commit 17a9abc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ static llvm::cl::opt<bool> clEnableCPUMicrokernels(
"iree-llvmcpu-enable-microkernels",
llvm::cl::desc(
"Enables microkernel lowering for llvmcpu backend (experimental)"),
llvm::cl::init(false));
llvm::cl::init(true));

static llvm::cl::opt<unsigned> clNativeVectorWidthInBytes(
"iree-llvmcpu-native-vector-width-in-bytes",
Expand Down

0 comments on commit 17a9abc

Please sign in to comment.