[Mlir-commits] [mlir] Make createReadOrMaskedRead and isValidMaskedInputVector vector utilities (PR #89119)
Lubomir Litchev
llvmlistbot at llvm.org
Fri Apr 19 07:55:54 PDT 2024
================
@@ -1616,6 +1616,12 @@ void populateSplitReductionPattern(
const ControlSplitReductionFn &controlSplitReductionFn,
bool useAlloc = false);
+/// Create a TransferReadOp from `source` with static shape `readShape`. If the
----------------
LLITCHEV wrote:
Changed to enableMasking.
https://github.com/llvm/llvm-project/pull/89119
More information about the Mlir-commits
mailing list