Skip to content

Commit

Permalink
small syntax change
Browse files Browse the repository at this point in the history
  • Loading branch information
rsuderman committed Dec 11, 2024
1 parent 3879bbe commit 76f2456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iree/turbine/aot/support/ir_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ def create_tensor_global(
f"#hal.device.promise<@__device_{device.ordinal}>"
)
else:
queues = ", ".join(device.queues)
queues = ', '.join(device.queues)
ir_attrs["iree.abi.affinity"] = Attribute.parse(
f"#hal.device.promise<@__device_{device.ordinal}, [{queues}]>"
)
Expand Down

0 comments on commit 76f2456

Please sign in to comment.