mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-08 11:35:02 -05:00
fix: benchmark use the encoding field
This commit is contained in:
@@ -122,6 +122,7 @@ void registerEndToEndBenchmark(std::string suiteName,
|
||||
assert(std::isnan(options.optimizerConfig.global_p_error));
|
||||
options.optimizerConfig.p_error = description.p_error.value();
|
||||
}
|
||||
options.optimizerConfig.encoding = description.encoding;
|
||||
mlir::concretelang::JITSupport support;
|
||||
auto benchName = [&](std::string name) {
|
||||
std::ostringstream s;
|
||||
|
||||
Reference in New Issue
Block a user