File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22
33# Keep these versions synced with SHORTFIN_IREE_GIT_TAG in shortfin/CMakeLists.txt
44--find-links https://iree.dev/pip-release-links.html
5- iree-base-compiler==3.4.0rc20250409
6- iree-base-runtime==3.4.0rc20250409
7- iree-turbine==3.4.0rc20250409
5+ iree-base-compiler==3.4.0rc20250416
6+ iree-base-runtime==3.4.0rc20250416
7+ iree-turbine==3.4.0rc20250416
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ add_compile_options("$<$<CXX_COMPILER_ID:MSVC>:/utf-8>")
4747# Prefer to keep the IREE git tag synced with the Python package version in the
4848# requirements-iree-pinned.txt file. At a minimum, the compiler from those
4949# packages must be compatible with the runtime at this source ref.
50- set (SHORTFIN_IREE_GIT_TAG "iree-3.4.0rc20250409 " )
50+ set (SHORTFIN_IREE_GIT_TAG "iree-3.4.0rc20250416 " )
5151
5252
5353# build options
You can’t perform that action at this time.
0 commit comments