Skip to content

Commit

Permalink
Bump IREE to 3.1.0rc20250107
Browse files Browse the repository at this point in the history
  • Loading branch information
eagarvey-amd committed Jan 7, 2025
1 parent c71a250 commit 299e446
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions requirements-iree-pinned.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
# Keep these versions synced with SHORTFIN_IREE_GIT_TAG in shortfin/CMakeLists.txt
--pre
--find-links https://iree.dev/pip-release-links.html
iree-base-compiler==3.1.0rc20241204
iree-base-runtime==3.1.0rc20241204
iree-base-compiler==3.1.0rc20250107
iree-base-runtime==3.1.0rc20250107

# TODO(#760): include iree-turbine in this requirements file too?
# iree-turbine==3.1.0rc20241205
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.1.0rc20241220")
set(SHORTFIN_IREE_GIT_TAG "iree-3.1.0rc20250107")

# build options
option(SHORTFIN_BUILD_PYTHON_BINDINGS "Builds Python Bindings" OFF)
Expand Down

0 comments on commit 299e446

Please sign in to comment.