From f52831913f561f35c964ef51ccf570069445d138 Mon Sep 17 00:00:00 2001 From: "shark-pr-automator[bot]" <195382714+shark-pr-automator[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2025 08:09:11 -0800 Subject: [PATCH] Bump IREE requirement pins to their latest versions. (#867) Diff: https://github.com/iree-org/iree/compare/iree-3.2.0rc20250120...iree-3.2.0rc20250124 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> Co-authored-by: Scott Todd --- requirements-iree-pinned.txt | 6 +++--- shortfin/CMakeLists.txt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements-iree-pinned.txt b/requirements-iree-pinned.txt index 5903d680f..4676376db 100644 --- a/requirements-iree-pinned.txt +++ b/requirements-iree-pinned.txt @@ -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.0rc20250120 -iree-base-runtime==3.2.0rc20250120 -iree-turbine==3.2.0rc20250121 +iree-base-compiler==3.2.0rc20250124 +iree-base-runtime==3.2.0rc20250124 +iree-turbine==3.2.0rc20250124 diff --git a/shortfin/CMakeLists.txt b/shortfin/CMakeLists.txt index de030e9ce..ae89860f7 100644 --- a/shortfin/CMakeLists.txt +++ b/shortfin/CMakeLists.txt @@ -47,7 +47,7 @@ add_compile_options("$<$:/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.0rc20250120") +set(SHORTFIN_IREE_GIT_TAG "iree-3.2.0rc20250124") # build options