Skip to content

Commit cf6d678

Browse files
Bump IREE requirement pins to their latest versions. (#956)
Diff: iree-org/iree@iree-3.2.0rc20250206...iree-3.3.0rc20250211 IREE bump duty engineer this week: @renxida Note: there are some CI failures but I double checked against main, and there are no new failures / no new failing tests. Perplexity and benchmarking 8b are failing due to ci migration problems, and sharktank data dependent tests are failing due to #888  Auto-generated by GitHub Actions using [`.github/workflows/update_iree_requirement_pins.yml`](https://github.com/nod-ai/shark-ai/blob/main/.github/workflows/update_iree_requirement_pins.yml). Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: shark-pr-automator[bot] <41898282+github-actions[bot]@users.noreply.github.com> Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: shark-pr-automator[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a8ce012 commit cf6d678

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements-iree-pinned.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
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.2.0rc20250206
6-
iree-base-runtime==3.2.0rc20250206
7-
iree-turbine==3.2.0rc20250205
5+
iree-base-compiler==3.3.0rc20250211
6+
iree-base-runtime==3.3.0rc20250211
7+
iree-turbine==3.3.0rc20250211

shortfin/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff 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.2.0rc20250206")
50+
set(SHORTFIN_IREE_GIT_TAG "iree-3.3.0rc20250211")
5151

5252

5353
# build options

0 commit comments

Comments
 (0)