mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 03:55:04 -05:00
fix(bench): Compiler options was badly set
This commit is contained in:
@@ -131,10 +131,11 @@ static int registerEndToEndTestFromFile(std::string prefix, std::string path,
|
||||
};
|
||||
setCurrentStackLimit(stackSizeRequirement);
|
||||
mlir::concretelang::CompilationOptions defaul;
|
||||
defaul.loopParallelize = true;
|
||||
|
||||
registe("default", defaul);
|
||||
// Run only parallelized benchmarks to take advantage of hardware with lots of
|
||||
// CPU cores.
|
||||
defaul.loopParallelize = true;
|
||||
// mlir::concretelang::CompilationOptions loop;
|
||||
// loop.loopParallelize = true;
|
||||
// registe("loop", loop);
|
||||
|
||||
Reference in New Issue
Block a user