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.
2 parents 9613465 + d7f67e7 commit c23c460Copy full SHA for c23c460
mlir/lib/IR/MLIRContext.cpp
@@ -59,8 +59,7 @@ 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()"),
63
- llvm::cl::init(true)};
+ "further call to MLIRContext::enableMultiThreading()")};
64
65
llvm::cl::opt<bool> printOpOnDiagnostic{
66
"mlir-print-op-on-diagnostic",
0 commit comments