[Mlir-commits] [mlir] [mlir][vector] Restrict DropInnerMostUnitDimsTransferWrite (PR #96218)
Hugo Trachino
llvmlistbot at llvm.org
Fri Jun 21 00:47:10 PDT 2024
================
@@ -367,6 +367,33 @@ func.func @contiguous_inner_most_dynamic_outer_scalable_inner_dim(%a: index, %b:
// -----
+func.func @contiguous_inner_most_non_zero_idxs(%arg0: memref<16x1xf32>, %arg1: vector<8x1xf32>, %i: index) {
----------------
nujaa wrote:
What additional feature does this test show compared to `contiguous_inner_most_dynamic_outer` ?
https://github.com/llvm/llvm-project/pull/96218
More information about the Mlir-commits
mailing list