[Mlir-commits] [mlir] [mlir][vector] Extend mask calculation for vector.contract (PR #65733)

Andrzej WarzyƄski llvmlistbot at llvm.org
Mon Sep 11 02:17:53 PDT 2023


================
@@ -911,22 +912,27 @@ Type ContractionOp::getExpectedMaskType() {
 
   unsigned numVecDims = lhsIdxMap.getNumDims();
   SmallVector<int64_t> maskShape(numVecDims, ShapedType::kDynamic);
+  SmallVector<bool> maskShapeScalabledims(numVecDims, false);
----------------
banach-space wrote:

Ta, see the latest fixup commit

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


More information about the Mlir-commits mailing list