Skip to content

Commit 0f81b89

Browse files
amd-eochoalokuhar
andauthored
Update mlir/include/mlir/Dialect/Vector/IR/VectorOps.td
Co-authored-by: Jakub Kuderski <[email protected]>
1 parent a714521 commit 0f81b89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/include/mlir/Dialect/Vector/IR/VectorOps.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2088,7 +2088,7 @@ def Vector_GatherOp :
20882088
hardware ISA support for a gather.
20892089

20902090
An optional `alignment` attribute allows to specify the byte alignment of the
2091-
scatter operation. It must be a positive power of 2. The operation must access
2091+
gather operation. It must be a positive power of 2. The operation must access
20922092
memory at an address aligned to this boundary. Violations may lead to
20932093
architecture-specific faults or performance penalties.
20942094
A value of 0 indicates no specific alignment requirement.

0 commit comments

Comments
 (0)