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 873de01 commit e5a41acCopy full SHA for e5a41ac
src/Accelerators/NNPA/Compiler/NNPACompilerOptions.cpp
@@ -105,5 +105,5 @@ llvm::cl::opt<bool> nnpaDelayStickifiedConstGen(
105
llvm::cl::desc(
106
"Generate stickified constants when storing constants to file. This "
107
"will be able to reduce peak memory usage. Default is true."),
108
- llvm::cl::init(false), llvm::cl::cat(OnnxMlirCommonOptions));
+ llvm::cl::init(true), llvm::cl::cat(OnnxMlirCommonOptions));
109
} // namespace onnx_mlir
0 commit comments