mirror of
https://github.com/zama-ai/concrete.git
synced 2026-04-17 03:00:54 -04:00
refactor(compiler): Remove async offloading of BS/KS
This commit is contained in:
@@ -399,16 +399,6 @@ CompilerEngine::compile(llvm::SourceMgr &sm, Target target, OptionalLib lib) {
|
||||
"Lowering from Bufferized Concrete to canonical MLIR dialects failed");
|
||||
}
|
||||
|
||||
// Make keyswitch and bootstrap asynchronous
|
||||
if (options.asyncOffload) {
|
||||
if (mlir::concretelang::pipeline::asyncOffload(mlirContext, module,
|
||||
enablePass)
|
||||
.failed()) {
|
||||
return errorDiag("Converting Keyswitch and Bootstrap to asynchronous "
|
||||
"operations failed.");
|
||||
}
|
||||
}
|
||||
|
||||
if (target == Target::STD)
|
||||
return std::move(res);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user