[Mlir-commits] [mlir] [mlir][ArmSME] Lower transfer_write + transpose to vertical store (PR #71181)
Andrzej WarzyĆski
llvmlistbot at llvm.org
Wed Nov 8 02:07:21 PST 2023
================
@@ -116,6 +135,25 @@ func.func @entry() {
call @transfer_write_2d_mask(%A, %c0, %c0) : (memref<?x?xf32>, index, index) -> ()
call @load_and_print(%A, %c0, %c0) : (memref<?x?xf32>, index, index) -> ()
+ // 4. Reload 3. + store + transpose.
----------------
banach-space wrote:
[nit] Reload -> transpose -> store (as in, transposition happens before storing to memory). Or perhaps:
```
// 4. Reload 3. -> "store + transpose"
```
Just getting a bit confused about the order of things.
https://github.com/llvm/llvm-project/pull/71181
More information about the Mlir-commits
mailing list