[Mlir-commits] [mlir] Remove FullyConnectedOp from TOSA Dialect (PR #126152)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Fri Feb 7 10:17:57 PST 2025
================
@@ -1,164 +0,0 @@
-//===- TosaDecomposeConv2D.cpp --------------------------------------------===//
----------------
Jerry-Ge wrote:
good question, I didn't know about the original rational for adding this `TosaDecomposeConv2d` and if it's still valuable. cc @Tai78641 if you have more background stories.
Regarding this patch, i think we should simply removing this file to align with our internal branch and add the Decompose2d to Matmul in a separate patch.
https://github.com/llvm/llvm-project/pull/126152
More information about the Mlir-commits
mailing list