We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43e637c commit f6156bcCopy full SHA for f6156bc
mlir/lib/IR/MLIRContext.cpp
@@ -59,7 +59,8 @@ struct MLIRContextOptions {
59
llvm::cl::opt<bool> disableThreading{
60
"mlir-disable-threading",
61
llvm::cl::desc("Disable multi-threading within MLIR, overrides any "
62
- "further call to MLIRContext::enableMultiThreading()")};
+ "further call to MLIRContext::enableMultiThreading()"),
63
+ llvm::cl::init(true)};
64
65
llvm::cl::opt<bool> printOpOnDiagnostic{
66
"mlir-print-op-on-diagnostic",
0 commit comments