Skip to content

Commit

Permalink
Set false in store-constants-to-file 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 5dcc2f7 commit d18539e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Compiler/CompilerOptions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ static llvm::cl::opt<bool, true> storeConstantsToFileOpt(
"constants-to-file-total-threshold can be used to finetune the amount "
"of constants stored on the file. Windows will be supported soon. "
"Default is True."),
llvm::cl::location(storeConstantsToFile), llvm::cl::init(true),
llvm::cl::location(storeConstantsToFile), llvm::cl::init(false),
llvm::cl::cat(OnnxMlirOptions));

static llvm::cl::opt<float, true> constantsToFileTotalThresholdOpt(
Expand Down

0 comments on commit d18539e

Please sign in to comment.