File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
mlir/include/mlir/Dialect/Vector/IR Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1543,23 +1543,23 @@ def Vector_TransferReadOp :
15431543 }];
15441544
15451545 let builders = [
1546- /// 1. Builder that sets padding to `padding` or poisson if not provided and
1546+ /// 1. Builder that sets padding to `padding` or poison if not provided and
15471547 /// an empty mask (variant with attrs).
15481548 OpBuilder<(ins "VectorType":$vectorType,
15491549 "Value":$source,
15501550 "ValueRange":$indices,
15511551 "std::optional<Value>":$padding,
15521552 "AffineMapAttr":$permutationMapAttr,
15531553 "ArrayAttr":$inBoundsAttr)>,
1554- /// 2. Builder that sets padding to `padding` or poisson if not provided and
1554+ /// 2. Builder that sets padding to `padding` or poison if not provided and
15551555 /// an empty mask (variant without attrs).
15561556 OpBuilder<(ins "VectorType":$vectorType,
15571557 "Value":$source,
15581558 "ValueRange":$indices,
15591559 "std::optional<Value>":$padding,
15601560 "AffineMap":$permutationMap,
15611561 CArg<"std::optional<ArrayRef<bool>>", "::std::nullopt">:$inBounds)>,
1562- /// 3. Builder that sets padding to `padding` or poisson if not provided and
1562+ /// 3. Builder that sets padding to `padding` or poison if not provided and
15631563 /// permutation map to 'getMinorIdentityMap'.
15641564 OpBuilder<(ins "VectorType":$vectorType,
15651565 "Value":$source,
You can’t perform that action at this time.
0 commit comments