Skip to content

Commit

Permalink
Bump IREE requirement pins to their latest versions. (#835)
Browse files Browse the repository at this point in the history
Diff:
iree-org/iree@iree-3.2.0rc20250113...iree-3.2.0rc20250120

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: ScottTodd <4010439+ScottTodd@users.noreply.github.com>
Co-authored-by: Ean Garvey <87458719+monorimet@users.noreply.github.com>
Co-authored-by: Scott Todd <scott.todd0@gmail.com>
  • Loading branch information
4 people authored Jan 20, 2025
1 parent 81545be commit f743696
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 7 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.0rc20250113
iree-base-runtime==3.2.0rc20250113
iree-turbine==3.2.0rc20250113
iree-base-compiler==3.2.0rc20250120
iree-base-runtime==3.2.0rc20250120
iree-turbine==3.2.0rc20250119
1 change: 0 additions & 1 deletion sharktank/tests/models/llama/benchmark_amdgpu_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ def setUp(self):
"--iree-opt-data-tiling=false",
"--iree-preprocessing-pass-pipeline='builtin.module(util.func(iree-preprocessing-generalize-linalg-matmul-experimental))'",
"--iree-stream-resource-memory-model=discrete",
"--iree-hip-legacy-sync=false",
"--iree-hal-indirect-command-buffers=true",
"--iree-hal-memoization=true",
"--iree-opt-strip-assertions",
Expand Down
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.0rc20250113")
set(SHORTFIN_IREE_GIT_TAG "iree-3.2.0rc20250120")


# build options
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from iree.build.executor import FileNamespace
import os

ARTIFACT_VERSION = "01062025"
ARTIFACT_VERSION = "01202025"
SDXL_CONFIG_BUCKET = f"https://sharkpublic.blob.core.windows.net/sharkpublic/sdxl/{ARTIFACT_VERSION}/configs/"


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ all
--iree-codegen-llvmgpu-use-vector-distribution=1
--iree-llvmgpu-enable-prefetch=1
--iree-codegen-gpu-native-math-precision=1
--iree-hip-legacy-sync=0
--iree-opt-data-tiling=0
--iree-vm-target-truncate-unsupported-floats
clip
Expand Down

0 comments on commit f743696

Please sign in to comment.