[mlir] [MLIR][Linalg] Introduce transpose/broadcast semantic to linalg.batch… (PR #130944)

Andrzej Warzyński llvmlistbot at llvm.org
Fri Mar 21 05:41:12 PDT 2025


================
@@ -1462,6 +1462,208 @@ func.func @invalid_C_map_result_dim_batch_matmul(%arg0: memref<?x?x?xf32>, %arg1
 }
 
 
+// -----
+
+func.func @indexing_map_size_mismatch_batch_reduce_matmul(%arg0: memref<?x?x?xf32>,
----------------
banach-space wrote:

The size of which indexing map is wrong? Or is it the size of the attribute? If it's the latter, then `@indexing_map_size_mismatch_` -> `@missing_indexing_map_`?

https://github.com/llvm/llvm-project/pull/130944


More information about the Mlir-commits mailing list