Skip to content

Commit

Permalink
Add ending {} to translation info attribute.
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottTodd committed Nov 15, 2024
1 parent 4682683 commit 4ffe7bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iree/turbine/kernel/compiler/dispatch_codegen.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ def abi_type(binding: BindingDesc):
def_func_op.attributes["translation_info"] = Attribute.parse(
f"#iree_codegen.translation_info<pipeline = None "
f"workgroup_size=[{','.join(str(x) for x in workgroup_size)}] "
f"subgroup_size={subgroup_size}>"
f"subgroup_size={subgroup_size}, {{}}>"
)

# Define the export.
Expand Down

0 comments on commit 4ffe7bd

Please sign in to comment.