[Mlir-commits] [mlir] [mlir][tosa] Remove FullyConnectedOp from TOSA Dialect (PR #126152)
Suraj Sudhir
llvmlistbot at llvm.org
Wed Feb 12 16:00:39 PST 2025
================
@@ -1,164 +0,0 @@
-//===- TosaDecomposeConv2D.cpp --------------------------------------------===//
----------------
sjarus wrote:
It is my understanding that the argument is not whether conv2d 1x1s are relevant, but whether they should be converted to the nearest replacement for FC , which is a matmul. The matmul op is missing a bias addition component that conv2d has. Is it truly the decomposition desired here ?
https://github.com/llvm/llvm-project/pull/126152
More information about the Mlir-commits
mailing list