Skip to content

Commit 3e5a4ac

Browse files
authored
[mlir][spirv] Update documentation. NFC (#104584)
1 parent 710a552 commit 3e5a4ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/include/mlir/Dialect/SPIRV/IR/SPIRVNonUniformOps.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def SPIRV_GroupNonUniformBallotOp : SPIRV_Op<"GroupNonUniformBallot", []> {
5656
#### Example:
5757

5858
```mlir
59-
%0 = spirv.GroupNonUniformBallot "SubGroup" %predicate : vector<4xi32>
59+
%0 = spirv.GroupNonUniformBallot <Subgroup> %predicate : vector<4xi32>
6060
```
6161
}];
6262

0 commit comments

Comments
 (0)