Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions requirements-iree-pinned.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
wave-lang==3.8.0
# Keep these versions synced with SHORTFIN_IREE_GIT_TAG in shortfin/CMakeLists.txt
--find-links https://iree.dev/pip-release-links.html
iree-base-compiler==3.10.0rc20251130
iree-base-runtime==3.10.0rc20251130
iree-base-compiler==3.10.0rc20251201
iree-base-runtime==3.10.0rc20251201
iree-turbine==3.9.0
2 changes: 1 addition & 1 deletion shortfin/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ add_compile_options("$<$<CXX_COMPILER_ID:MSVC>:/utf-8>")
# Prefer to keep the IREE git tag synced with the Python package version in the
# requirements-iree-pinned.txt file. At a minimum, the compiler from those
# packages must be compatible with the runtime at this source ref.
set(SHORTFIN_IREE_GIT_TAG "iree-3.10.0rc20251130")
set(SHORTFIN_IREE_GIT_TAG "iree-3.10.0rc20251201")


# build options
Expand Down
Loading