From a9968ec3028e21369717d2f5ba47963644f58bd9 Mon Sep 17 00:00:00 2001 From: "shark-pr-automator[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 13 Feb 2025 11:04:27 +0000 Subject: [PATCH] Bump IREE to 3.3.0rc20250213. Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- 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 ee06856a9..84b77dfcb 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.3.0rc20250211 -iree-base-runtime==3.3.0rc20250211 -iree-turbine==3.3.0rc20250211 +iree-base-compiler==3.3.0rc20250213 +iree-base-runtime==3.3.0rc20250213 +iree-turbine==3.3.0rc20250213 diff --git a/shortfin/CMakeLists.txt b/shortfin/CMakeLists.txt index 8285b9198..86bbb50a0 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.3.0rc20250211") +set(SHORTFIN_IREE_GIT_TAG "iree-3.3.0rc20250213") # build options