Skip to content

Commit

Permalink
Revert "Set the option false by default for testing."
Browse files Browse the repository at this point in the history
This reverts commit ad06734.
  • Loading branch information
imaihal committed Sep 13, 2024
1 parent 873de01 commit e5a41ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Accelerators/NNPA/Compiler/NNPACompilerOptions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -105,5 +105,5 @@ llvm::cl::opt<bool> nnpaDelayStickifiedConstGen(
llvm::cl::desc(
"Generate stickified constants when storing constants to file. This "
"will be able to reduce peak memory usage. Default is true."),
llvm::cl::init(false), llvm::cl::cat(OnnxMlirCommonOptions));
llvm::cl::init(true), llvm::cl::cat(OnnxMlirCommonOptions));
} // namespace onnx_mlir

0 comments on commit e5a41ac

Please sign in to comment.