mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 12:15:09 -05:00
refactor: remove code related to our custom conv2D named op
it was introduced as a workaround while linalng couldn't support other types than int/float
This commit is contained in:
@@ -50,7 +50,7 @@ static bool isCandidateForTask(Operation *op) {
|
||||
FHELinalg::ApplyLookupTableEintOp, FHELinalg::ApplyMultiLookupTableEintOp,
|
||||
FHELinalg::ApplyMappedLookupTableEintOp, FHELinalg::Dot,
|
||||
FHELinalg::MatMulEintIntOp, FHELinalg::MatMulIntEintOp, FHELinalg::SumOp,
|
||||
FHELinalg::ConcatOp, FHELinalg::FhelinalgConv2DNchwFchwOp>(op);
|
||||
FHELinalg::ConcatOp>(op);
|
||||
}
|
||||
|
||||
/// Identify operations that are beneficial to sink into tasks. These
|
||||
|
||||
Reference in New Issue
Block a user