[Mlir-commits] [mlir] [mlir][linalg] Add Grouped Convolution Ops: conv_2d_nhwgc_gfhwc and conv_2d_nhwgc_gfhwc_q (PR #108192)
Han-Chung Wang
llvmlistbot at llvm.org
Fri Oct 25 12:02:18 PDT 2024
================
@@ -409,6 +409,22 @@ func.func @conv_2d_ngchw_fgchw(%input: memref<?x?x?x?x?xf32>, %filter: memref<?x
// -----
+// CHECK-LABEL: func @conv_2d_nhwgc_gfhwc
----------------
hanhanW wrote:
Can you add a test case for static shapes, like below test case? It is not easy to see if the indexing maps are defined properly or not. Having a static shape test case could capture the failure if there is something wrong.
https://github.com/llvm/llvm-project/pull/108192
More information about the Mlir-commits
mailing list