Skip to content

Commit e5a41ac

Browse files
committed
Revert "Set the option false by default for testing."
This reverts commit ad06734.
1 parent 873de01 commit e5a41ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Accelerators/NNPA/Compiler/NNPACompilerOptions.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,5 +105,5 @@ llvm::cl::opt<bool> nnpaDelayStickifiedConstGen(
105105
llvm::cl::desc(
106106
"Generate stickified constants when storing constants to file. This "
107107
"will be able to reduce peak memory usage. Default is true."),
108-
llvm::cl::init(false), llvm::cl::cat(OnnxMlirCommonOptions));
108+
llvm::cl::init(true), llvm::cl::cat(OnnxMlirCommonOptions));
109109
} // namespace onnx_mlir

0 commit comments

Comments
 (0)