[Mlir-commits] [mlir] [mlir][x86vector] Shuffle BF16 vector.contract output for Flat layout. (PR #174590)
Arun Thangamani
llvmlistbot at llvm.org
Thu Feb 12 02:12:33 PST 2026
================
@@ -122,11 +126,26 @@ getSubviewFromVectorInput(Location loc, PatternRewriter &rewriter, Value prodOp,
}
}
- int vnniDimSize = isUnitDim ? 1 : 2;
+ auto one = rewriter.getIndexAttr(1);
+ llvm::SmallVector<memref::SubViewOp> subviews;
----------------
arun-thmn wrote:
Skipped.
https://github.com/llvm/llvm-project/pull/174590
More information about the Mlir-commits
mailing list