Skip to content
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

Open
6 tasks
ScottTodd opened this issue Sep 4, 2024 · 0 comments
Open
6 tasks

Release tracker - 2024/09 #18432

ScottTodd opened this issue Sep 4, 2024 · 0 comments

Comments

@ScottTodd
Copy link
Member

ScottTodd commented Sep 4, 2024

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:

  • Watch for major/breaking changes and decide to either batch them with this release or defer them until the next release
  • Choose a release candidate from nightly releases to promote. The candidate should contain no major regressions and should include all packages, even those marked experimental in .github/workflows/build_package.yml like macOS and Windows packages.
  • Compile release notes
  • Promote to stable (on GitHub) and push packages to PyPI
  • Roll forward downstream packages like iree-turbine and push similar package updates to PyPI
  • Update release process docs for next time

Release notes

Commit range

(Contributors can edit this section as they land patches)


Major changes:

  • The CMake IREE_TARGET_BACKEND_CUDA, IREE_HAL_DRIVER_CUDA, IREE_TARGET_BACKEND_ROCM, and IREE_HAL_DRIVER_HIP options now default to OFF: f2bf602
  • CUDA support is now included in published aarch64 packages: 3dda3cd
  • Indirect command buffers are now enabled by default: a730349
    • --iree-hal-memoization=true
    • --iree-hal-indirect-command-buffers=true
  • GitHub Actions workflows are using a new cluster of self-hosted runners: c3cbfbd, cc891ba
  • The legacy ireec console script has been removed in favor of iree-compile: 84d0789
  • The --iree-codegen-*-transform-dialect-jit flags have been off by default for a while and were removed across all backends: 012f8a6
  • Added warnings for when --iree-llvmcpu-target-cpu= or --iree-llvmcpu-target-cpu-features are missing, since the default of "generic" is slow. These flags will be required in the future: 0c6a151

In development features:

  • Support for data-tiling on GPU targets is in progress.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant