Skip to content

Commit

Permalink
Bump iree-requirements-ci incrementally to 20241107.1071. (#260)
Browse files Browse the repository at this point in the history
I'm seeing all sorts of test failures on
#258 when I try to roll up
to the latest stable release with new package names and versions
(`iree-base-compiler<=2.9.0`). Trying an incremental update while
debugging that.
  • Loading branch information
ScottTodd authored Nov 8, 2024
1 parent cb19c83 commit 11d23c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions iree-requirements-ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# forgiving on the exact version.

# Uncomment to select a nightly version.
# --find-links https://iree.dev/pip-release-links.html
--find-links https://iree.dev/pip-release-links.html

iree-compiler==20241104.1068
iree_runtime==20241104.1068
iree-compiler==20241107.1071
iree_runtime==20241107.1071
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 11d23c1

Please sign in to comment.