Skip to content

Commit

Permalink
Bump IREE runtime pin used in shortfin close to latest.
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottTodd committed Jan 9, 2025
1 parent 7849f8e commit c97b77a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion shortfin/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,10 @@ 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")
# TODO: switch back to iree-3.2.0rcYYYYMMDD style tag matching Python package
# pin after future nightly releases
set(SHORTFIN_IREE_GIT_TAG "9055c9d1f6342a061a6747ef9b385816b96a0a8f")


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

0 comments on commit c97b77a

Please sign in to comment.