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 808bf02 commit d7f67e7Copy full SHA for d7f67e7
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