Skip to content

Commit 684bd38

Browse files
Format
1 parent 2d734f0 commit 684bd38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mlir/python/mlir/dialects/gpu/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ def __init__(
5757
body_builder: Optional[Callable[[GPUFuncOp], None]] = None,
5858
):
5959
"""
60-
Create a GPUFuncOp with the provided `function_type`, `sym_name`,
61-
`kernel`, `workgroup_attrib_attrs`, `private_attrib_attrs`, `known_block_size`,
60+
Create a GPUFuncOp with the provided `function_type`, `sym_name`,
61+
`kernel`, `workgroup_attrib_attrs`, `private_attrib_attrs`, `known_block_size`,
6262
`known_grid_size`, and `body_builder`.
6363
- `function_type` is a FunctionType or a TypeAttr.
6464
- `sym_name` is a string or a StringAttr representing the function name.

0 commit comments

Comments
 (0)