-
Notifications
You must be signed in to change notification settings - Fork 679
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release tracker - 3.3.0 #19960
Comments
Time to pick release candidates. I'll nominate This installs the 0317 release for all packages:
Looking at changes to https://github.com/nod-ai/shark-ai/commits/main/ recently, it's probably safe and beneficial to bump that to 0319 instead of 0317 as there were several cleanup, documentation, and API surface area changes. |
We're running some QA on last night's build, |
We received a number of requests to bump forward to include additional changes in this release, so the new versions scheduled for promotion on Monday are Install instructions for testing: pip install \
--find-links https://iree.dev/pip-release-links.html \
iree-base-compiler==3.3.0rc20250320 \
iree-base-runtime==3.3.0rc20250320 \
iree-tools-tf==20250320.1206 \
iree-tools-tflite==20250320.1206 \
--find-links https://iree.dev/pip-release-links.html \
iree-turbine==3.3.0rc20250320 \
--find-links https://github.com/nod-ai/shark-ai/releases/expanded_assets/dev-wheels \
shortfin==3.3.0rc20250321 \
sharktank==3.3.0rc20250321 |
Releases are published. |
Release tracker: iree-org/iree#19960
Release tracker: iree-org/iree#19960
Overview
Our previous stable release was published on 2025-02-10: https://github.com/iree-org/iree/releases/tag/v3.2.0. We aim for roughly one stable release every 6 weeks, which will be around 2025-03-24. This issue tracks the release process for the next release.
Release process docs:
Release checklist:
experimental
in.github/workflows/build_package.yml
like macOS and Windows packages.iree-turbine
and push similar package updates to PyPIRelease notes
Candidate: TBD
Commit range
main
: v3.2.0...main(Contributors can edit this section as they land patches)
Announcements
Notable changes
Framework support
arith-to-vm
patterns #20079.Compiler
--iree-opt-level=[O0,O1,O2,O3]
umbrella flag was added to the compiler. See the documentation at https://iree.dev/reference/optimization-options/.iree_input
dialect. Users should lower into thehal
andflow
dialects as required: Deletingiree_input
dialect. #20256.Runtime
Development tools
--show-dialects
,--list-passes
needed to take input #20003: Theiree-opt --show-dialects
andiree-opt --list-passes
commands are now functional.Changelog
Full list of changes: v3.2.0...v3.3.0
The text was updated successfully, but these errors were encountered: