[mlir] [MLIR][Linalg] Introduce transpose/broadcast semantic to linalg.batch… (PR #130944)
Andrzej Warzyński
llvmlistbot at llvm.org
Wed Apr 23 00:52:26 PDT 2025
================
@@ -1484,6 +1484,201 @@ func.func @invalid_C_map_result_dim_batch_matmul(%arg0: memref<?x?x?xf32>, %arg1
}
+// -----
+
+func.func @missing_indexing_map_batch_reduce_matmul(%arg0: memref<?x?x?xf32>,
----------------
banach-space wrote:
Rather than repeating `batch_reduce_matmul` in every test function name, could you add a block comment? For example:
```mlir
//===----------------------------------------------------------------------===//
// linalg.batch_reduce_matmul
//===----------------------------------------------------------------------===//
```
https://github.com/llvm/llvm-project/pull/130944
More information about the Mlir-commits
mailing list