Commit ee3b574 1 parent 75aa6e1 commit ee3b574 Copy full SHA for ee3b574
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
# Keep these versions synced with SHORTFIN_IREE_GIT_TAG in shortfin/CMakeLists.txt
4
4
--find-links https://iree.dev/pip-release-links.html
5
- iree-base-compiler==3.3.0rc20250307
6
- iree-base-runtime==3.3.0rc20250307
7
- iree-turbine==3.3.0rc20250307
5
+ iree-base-compiler==3.3.0rc20250311
6
+ iree-base-runtime==3.3.0rc20250311
7
+ iree-turbine==3.3.0rc20250311
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ add_compile_options("$<$<CXX_COMPILER_ID:MSVC>:/utf-8>")
47
47
# Prefer to keep the IREE git tag synced with the Python package version in the
48
48
# requirements-iree-pinned.txt file. At a minimum, the compiler from those
49
49
# packages must be compatible with the runtime at this source ref.
50
- set (SHORTFIN_IREE_GIT_TAG "iree-3.3.0rc20250307 " )
50
+ set (SHORTFIN_IREE_GIT_TAG "iree-3.3.0rc20250311 " )
51
51
52
52
53
53
# build options
You can’t perform that action at this time.
0 commit comments