[Mlir-commits] [mlir] [Linalg] Update Conv Decomposition patterns to work with generic convolution ops as well (PR #174196)
Han-Chung Wang
llvmlistbot at llvm.org
Wed Jan 14 09:33:21 PST 2026
================
@@ -1,4 +1,5 @@
// RUN: mlir-opt --transform-interpreter --split-input-file %s | FileCheck %s
+// RUN: mlir-opt --linalg-generalize-named-ops --transform-interpreter --split-input-file %s | FileCheck %s
----------------
hanhanW wrote:
Please add a comment about why this test run exists.
https://github.com/llvm/llvm-project/pull/174196
More information about the Mlir-commits
mailing list