Skip to content

Commit

Permalink
Bump IREE requirement pins to their latest versions. (#956)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
2 people authored and eagarvey-amd committed Feb 13, 2025
1 parent 661ebde commit 68c3026
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions requirements-iree-pinned.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

# Keep these versions synced with SHORTFIN_IREE_GIT_TAG in shortfin/CMakeLists.txt
--find-links https://iree.dev/pip-release-links.html
iree-base-compiler==3.2.0rc20250206
iree-base-runtime==3.2.0rc20250206
iree-turbine==3.2.0rc20250205
iree-base-compiler==3.3.0rc20250211
iree-base-runtime==3.3.0rc20250211
iree-turbine==3.3.0rc20250211
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.2.0rc20250206")
set(SHORTFIN_IREE_GIT_TAG "iree-3.3.0rc20250211")


# build options
Expand Down

0 comments on commit 68c3026

Please sign in to comment.