Skip to content

Commit bd606d9

Browse files
tgymnichkuhar
andcommitted
Update mlir/include/mlir/Dialect/AMDGPU/IR/AMDGPU.td
Co-authored-by: Jakub Kuderski <[email protected]>
1 parent c1dbe0e commit bd606d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/include/mlir/Dialect/AMDGPU/IR/AMDGPU.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,7 @@ Arguments<(ins AnyIntegerOrFloatOr1DVector:$src,
691691
```
692692

693693
Operands:
694-
* `$src`: Vector register to permute across lanes
694+
* `$src`: Vector register to permute across lanes of the subgroup.
695695
* `$kind`: The kind of permutation operation.
696696
* `$fetch_inactive`: Optional. Used to dertermine behavior of invalid lanes (disabled thread or out-of-range).
697697
`fetch_inactive = false`: If source lane is invalid, use `bound_ctrl` to determine the source value.

0 commit comments

Comments
 (0)