Skip to content

Commit 010c822

Browse files
committed
fixup! fixup! fixup! fixup! [mlir][linalg] Add support for scalable vectorization of linalg.mmt4d
Updated debug msg
1 parent 4ca2b53 commit 010c822

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mlir/lib/Dialect/Linalg/Transforms/Vectorization.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,8 @@ Value VectorizationState::getOrCreateMaskFor(
491491
? true
492492
: std::get<0>(it) == std::get<1>(it);
493493
})) {
494-
LDBG("Masking is not needed for masking map: " << maskingMap << "\n");
494+
LDBG("Dynamic + static dimensions match vector sizes, masking is not "
495+
"required.\n");
495496
activeMaskCache[maskingMap] = Value();
496497
return Value();
497498
}

0 commit comments

Comments
 (0)