-
Notifications
You must be signed in to change notification settings - Fork 614
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 - 2024/09 #18432
Comments
We are planning to change version schemes with #18938 , so I'd like to cut a stable release soon, ahead of that change. That will get us one last release on the current version scheme and then the new version scheme rollout will be less of a lift for users to adapt to. CI and release builds from the last few days/weeks seem relatively stable, so I may pick a recent release arbitrarily, unless anyone has specific recommendations or concerns. |
I propose we promote https://github.com/iree-org/iree/releases/tag/candidate-20241104.1068 from yesterday. We've noticed a few downstream changes needed to adapt to the very latest nightly due to fa3a144 (changing the signature of |
|
I published a new release of iree-turbine as well: https://github.com/iree-org/iree-turbine/releases/tag/v2.5.0 and https://pypi.org/project/iree-turbine/#history. Calling this complete. |
Overview
Our previous stable release was cut on 2024-08-28: https://github.com/iree-org/iree/releases/tag/candidate-20240828.999. We aim for roughly one stable release per month. 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
Commit range
main
: candidate-20240828.999...main(Contributors can edit this section as they land patches)
Announcements:
20241104.1068
) to a new version scheme (e.g.3.0.1
) with the next release. See [RFC] New versioning scheme for IREE Python packages #18938 for full detailsMajor changes:
IREE_TARGET_BACKEND_CUDA
,IREE_HAL_DRIVER_CUDA
,IREE_TARGET_BACKEND_ROCM
, andIREE_HAL_DRIVER_HIP
options now default toOFF
: f2bf602--iree-hal-memoization=true
--iree-hal-indirect-command-buffers=true
--iree-codegen-*-transform-dialect-jit
flags have been off by default for a while and were removed across all backends: 012f8a6--iree-llvmcpu-target-cpu=
or--iree-llvmcpu-target-cpu-features
flags are unset, since the default of "generic" is slow. These flags will be required in the future: 0c6a151ireec
console script has been removed in favor ofiree-compile
: 84d0789In development features:
iree.build
package is being developed to help construct model compilation pipelines: 0077358Full changelog: candidate-20240828.999...candidate-20241104.1068
The text was updated successfully, but these errors were encountered: