-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[shortfin] Bump IREE dep to iree-3.1.0rc20241204. #635
Conversation
Workflow failures appear to be preexisting and unrelated to this change:
(or the deps pinning is broken in such a way that this destabilized those workflows on the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @ScottTodd! Great to see the Windows build fixed by your upstream commits. Build failures seem unrelated.
Workflows are passing now, except for a new test regression on Windows. Commented at #632 (comment). May just merge this since this gets the Windows build passing at least. |
Diff: iree-org/iree@iree-3.0.0rc20241118...iree-3.1.0rc20241204 Notable changes that could affect shortfin: * iree-org/iree@cd4aa72 "[runtime][python] Fix device array deepcopy when not mappable" * iree-org/iree@ef4ecf3 "[iree.build] Wire up out of process concurrency." * iree-org/iree@516ff10 "[python] Overhaul iree.build console output and error handling." * iree-org/iree@9789438 "[iree.build] Make the fetch_http action more robust." * iree-org/iree@006c5d8 "Avoid compound literal struct init for better C/C++ compat." This update (particularly the last commit there) fixes #534 (the Windows build was broken).
Diff: iree-org/iree@iree-3.0.0rc20241118...iree-3.1.0rc20241204
Notable changes that could affect shortfin:
This update (particularly the last commit there) fixes #534 (the Windows build was broken).