mirror of
https://github.com/zama-ai/concrete.git
synced 2026-04-17 03:00:54 -04:00
refactor(jit): Use PublicArguments instead of JitLambda::Argument to call the lambda (uniform calling to ServerLambda and JitLambda)
This commit is contained in:
@@ -129,7 +129,8 @@ JitCompilerEngine::buildLambda(llvm::SourceMgr &sm, llvm::StringRef funcName,
|
||||
|
||||
auto keySet = std::move(keySetOrErr.value());
|
||||
|
||||
return Lambda{this->compilationContext, std::move(lambda), std::move(keySet)};
|
||||
return Lambda{this->compilationContext, std::move(lambda), std::move(keySet),
|
||||
*compRes.clientParameters};
|
||||
}
|
||||
|
||||
} // namespace concretelang
|
||||
|
||||
Reference in New Issue
Block a user