[Mlir-commits] [mlir] [MLIR][Vector] Allow Scalable Dim in OneDimMultiReductionToTwoDim (PR #89978)

Cullen Rhodes llvmlistbot at llvm.org
Thu Apr 25 01:33:20 PDT 2024


================
@@ -253,6 +253,7 @@ func.func private @scalable_dims(%A : vector<8x[4]x2xf32>, %B: vector<8x[4]xf32>
   %0 = vector.multi_reduction <add>, %A, %B [2] : vector<8x[4]x2xf32> to vector<8x[4]xf32>
   return %0 : vector<8x[4]xf32>
 }
+
----------------
c-rhodes wrote:

nit: unrelated change

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


More information about the Mlir-commits mailing list