[Mlir-commits] [mlir] [mlir][Linalg] Prevent vectorization of generic Conv with dynamic dims (PR #185415)
Abhishek Varma
llvmlistbot at llvm.org
Mon Mar 9 09:37:22 PDT 2026
================
@@ -112,6 +112,33 @@ module attributes {transform.with_named_sequence} {
// -----
+func.func @generic_conv1d_ncw_fcw_dyn_spatial(%input: tensor<1x8x?xf16>, %filter: tensor<4x8x1xf16>, %output: tensor<1x4x?xf16>) -> tensor<1x4x?xf16> {
----------------
Abhishek-Varma wrote:
Done - added the comment above the lit test.
https://github.com/llvm/llvm-project/pull/185415
More information about the Mlir-commits
mailing list