Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandre Eichenberger <alexe@us.ibm.com>
  • Loading branch information
AlexandreEichenberger committed Jul 18, 2024
1 parent 6c9a18e commit 28a4bfa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Accelerators/NNPA/Compiler/NNPACompilerOptions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ llvm::cl::opt<bool> nnpaEnableZHighDecomposeStickUnstick(
"Default is false."),
llvm::cl::init(false), llvm::cl::cat(OnnxMlirOptions));

// Enabled default now, could also enable it only if parallel is on as parallel
// stick/unstick is quite a bit faster than sequential.
llvm::cl::opt<bool> nnpaEnableCompilerStickUnstick(
"enable-compiler-stick-unstick",
llvm::cl::desc("[Experimental feature] Enable the compiler generate some "
Expand Down

0 comments on commit 28a4bfa

Please sign in to comment.