Skip to content

Commit

Permalink
Set the option false by default for testing.
Browse files Browse the repository at this point in the history
Signed-off-by: Haruki Imai <imaihal@jp.ibm.com>
  • Loading branch information
imaihal committed Sep 12, 2024
1 parent ac37742 commit ad06734
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(true), llvm::cl::cat(OnnxMlirCommonOptions));
llvm::cl::init(false), llvm::cl::cat(OnnxMlirCommonOptions));
} // namespace onnx_mlir

0 comments on commit ad06734

Please sign in to comment.