[Mlir-commits] [mlir] [tosa] : Relax dynamic dimension checks for batch for conv decompositions (PR #168764)
Sayan Saha
llvmlistbot at llvm.org
Wed Nov 19 11:43:47 PST 2025
sahas3 wrote:
@Jerry-Ge, @Tai78641 FYI, the added LIT test for depthwise conv in this PR actually locks down the fix in https://github.com/llvm/llvm-project/pull/168564 since the decomposition generates a `tosa.add` op for `tensor<?x10x10x6xf32>` (outputValue) and `tensor<?xf32>` (bias) in https://github.com/llvm/llvm-project/blob/60a27953eabe3a0ded7c9b7b7786dfd1fe5d8c5f/mlir/lib/Dialect/Tosa/Transforms/TosaDecomposeDepthwise.cpp#L179
https://github.com/llvm/llvm-project/pull/168764
More information about the Mlir-commits
mailing list