[Mlir-commits] [mlir] [mlir][linalg][nfc] Fix `linalg.matmul_transpose_a` def. (PR #97690)

Oleksandr Alex Zinenko llvmlistbot at llvm.org
Mon Jul 8 13:19:56 PDT 2024


================
@@ -1336,7 +1336,7 @@ structured_op: !LinalgStructuredOpConfig
     name: C
     kind: output_tensor
     type_var: U
-    shape_map: affine_map<()[s0, s1, s2] -> (s2, s1)>
+    shape_map: affine_map<()[s0, s1, s2] -> (s1, s2)>
----------------
ftynse wrote:

Why would `K` be in the middle?

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


More information about the Mlir-commits mailing list