Skip to content

Commit b74a108

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -684,8 +684,8 @@ Arguments<(ins AnyIntegerOrFloatOr1DVector:$src,
684684
- Swap the data between odd and even rows of 16 lanes (`swap_16`)
685685
- Swap the data between the first 32 lanes and the last 32 lanes (`swap_32`)
686686

687-
Format example:
688-
```
687+
Example:
688+
```mlir
689689
%0 = amdgpu.permlane %src swap_16 : f16
690690
%1 = amdgpu.permlane %src swap_32 { fetch_inactive = true, bound_ctrl = true } : f16
691691
```

0 commit comments

Comments
 (0)