[Mlir-commits] [mlir] [mlir][vector] Add support for dropping inner unit dims for transfer_read/write with masks. (PR #188841)
Han-Chung Wang
llvmlistbot at llvm.org
Fri Mar 27 09:36:43 PDT 2026
================
@@ -266,6 +266,24 @@ func.func @contiguous_inner_most_dim_with_subview_2d_scalable_inner_dim(%src: me
// -----
+func.func @contiguous_inner_most_masked_read(%src: memref<1x1x8x1xf32, strided<[3072, 8, 1, 1], offset: ?>>, %mask: vector<1x8x1xi1>) -> vector<1x8x1xf32>{
----------------
hanhanW wrote:
oh, I should name it as `_with_mask` not `masked`.
https://github.com/llvm/llvm-project/pull/188841
More information about the Mlir-commits
mailing list