[Mlir-commits] [mlir] [mlir][Vector] Add support for masks in castAwayContractionLeadingOneDim (PR #81906)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Mon Mar 4 07:22:31 PST 2024
================
@@ -346,6 +349,12 @@ mlir::vector::castAwayContractionLeadingOneDim(vector::ContractionOp contractOp,
// greedily to drop more.
int64_t dropDim = 1;
+ if (isMasked) {
----------------
tanmaysachan wrote:
No worries, I was unsure about what the go ahead way for this was.
https://github.com/llvm/llvm-project/pull/81906
More information about the Mlir-commits
mailing list