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