mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 12:15:09 -05:00
fix: print ksLogBase correctly
This commit is contained in:
committed by
Quentin Bourgerie
parent
c3d6bea247
commit
cae9af36b0
@@ -195,8 +195,7 @@ processInputBuffer(mlir::MLIRContext &context,
|
||||
<< ", brLevel: " << fheContext.parameter.brLevel
|
||||
<< ", brLogBase: " << fheContext.parameter.brLogBase
|
||||
<< ", ksLevel: " << fheContext.parameter.ksLevel
|
||||
<< ", polynomialSize: " << fheContext.parameter.ksLogBase
|
||||
<< "}\n");
|
||||
<< ", ksLogBase: " << fheContext.parameter.ksLogBase << "}\n");
|
||||
|
||||
// Generate the keySet
|
||||
std::unique_ptr<mlir::zamalang::KeySet> keySet;
|
||||
|
||||
Reference in New Issue
Block a user