mirror of
https://github.com/zama-ai/concrete.git
synced 2026-04-17 03:00:54 -04:00
refactor: Integrate concrete-cpu and remove concrete-core
Co-authored-by: Mayeul@Zama <mayeul.debellabre@zama.ai>
This commit is contained in:
@@ -143,10 +143,10 @@ void mlir::concretelang::Concrete::
|
||||
Concrete::EncodeExpandLutForBootstrapTensorOp::attachInterface<
|
||||
TensorToMemrefOp<Concrete::EncodeExpandLutForBootstrapTensorOp,
|
||||
Concrete::EncodeExpandLutForBootstrapBufferOp>>(*ctx);
|
||||
// encode_expand_lut_for_woppbs_tensor =>
|
||||
// encode_expand_lut_for_woppbs_buffer
|
||||
Concrete::EncodeExpandLutForWopPBSTensorOp::attachInterface<
|
||||
TensorToMemrefOp<Concrete::EncodeExpandLutForWopPBSTensorOp,
|
||||
Concrete::EncodeExpandLutForWopPBSBufferOp>>(*ctx);
|
||||
// encode_lut_for_crt_woppbs_tensor =>
|
||||
// encode_lut_for_crt_woppbs_buffer
|
||||
Concrete::EncodeLutForCrtWopPBSTensorOp::attachInterface<
|
||||
TensorToMemrefOp<Concrete::EncodeLutForCrtWopPBSTensorOp,
|
||||
Concrete::EncodeLutForCrtWopPBSBufferOp>>(*ctx);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user