refactor: Integrate concrete-cpu and remove concrete-core

Co-authored-by: Mayeul@Zama <mayeul.debellabre@zama.ai>
This commit is contained in:
Quentin Bourgerie
2023-02-03 15:54:51 +01:00
parent 9c784a2243
commit a62b3b1d74
53 changed files with 1502 additions and 1868 deletions

View File

@@ -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);
});
}