We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1dbe0e commit bd606d9Copy full SHA for bd606d9
mlir/include/mlir/Dialect/AMDGPU/IR/AMDGPU.td
@@ -691,7 +691,7 @@ Arguments<(ins AnyIntegerOrFloatOr1DVector:$src,
691
```
692
693
Operands:
694
- * `$src`: Vector register to permute across lanes
+ * `$src`: Vector register to permute across lanes of the subgroup.
695
* `$kind`: The kind of permutation operation.
696
* `$fetch_inactive`: Optional. Used to dertermine behavior of invalid lanes (disabled thread or out-of-range).
697
`fetch_inactive = false`: If source lane is invalid, use `bound_ctrl` to determine the source value.
0 commit comments