mirror of
https://github.com/zama-ai/concrete.git
synced 2026-04-17 03:00:54 -04:00
feat(optimizer): create optimizer dag and use it
This commit is contained in:
@@ -139,7 +139,8 @@ createClientParametersForV0(V0FHEContext fheContext,
|
||||
});
|
||||
if (funcOp == rangeOps.end()) {
|
||||
return llvm::make_error<llvm::StringError>(
|
||||
"cannot find the function for generate client parameters",
|
||||
"cannot find the function for generate client parameters '" +
|
||||
functionName + "'",
|
||||
llvm::inconvertibleErrorCode());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user