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:
youben11
2022-06-23 14:18:59 +01:00
committed by Ayoub Benaissa
parent f1f1db923d
commit 63d84a3e4a
6 changed files with 1 additions and 873 deletions

View File

@@ -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