Skip to content

Commit

Permalink
Update hal_device.queue_execute API usage.
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottTodd committed Nov 8, 2024
1 parent a3040d2 commit ae9ca9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iree/turbine/dynamo/tensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ def execute_transfer(self, cb: HalCommandBuffer):
device._tx_timepoint += 1
signal_sem = (device._tx_timeline, device._tx_timepoint)
hal_device.queue_execute(
[cb], wait_semaphores=self.ready_fence, signal_semaphores=[signal_sem]
cb, wait_semaphores=self.ready_fence, signal_semaphores=[signal_sem]
)
self.ready_fence.insert(*signal_sem)

Expand Down

0 comments on commit ae9ca9a

Please sign in to comment.