Skip to content

Conversation

@BrewTestBot
Copy link
Contributor

Created by brew bump


Created with brew bump-formula-pr.

Details

release notes
## Release highlights

We have deliberately skipped version 20.0.0 to align with the LLVM version we are now using. Note that LLVM 21.1.1 or higher is required as LLVM 21.1.0 has a major bug in the NVPTX backend.

Major changes

  • The rfactor scheduling directive was rewritten and enhanced. It is now compatible with autoschedulers.
  • The Mullapudi2016 autoscheduler now supports experimental GPU scheduling.
  • The Python bindings have been substantially improved, with many missing bindings filled in.
  • HL_DEBUG_CODEGEN gained a new filtering mode. Debug levels can now be set on a per-file/per-function basis.
  • Support was added for AMD Zen5 and the iOS Simulator.
  • The strict_float feature has been reimplemented and should be much more reliable.
  • Lots of bugfixes, performance improvements, and build system improvements. We spent a lot of time fixing issues with our testing infrastructure and are looking forward to implementing a more stable contribution experience going forward.

Deprecations

  • LLVM 19 and below are no longer supported, in keeping with our support policy.
  • Halide_BUNDLE_STATIC will be removed in the next release. If you are using it, please migrate to the shared library instead.
  • Support for Python 3.8 has been dropped.

Changelog

Scheduling

Python

Debugging

CodeGen

Compiler

Runtime

Apps

Documentation

Bugfixes

Testing / CI

Build

Ongoing maintenance

New Contributors

Full Changelog: halide/Halide@v19.0.0...v21.0.0

View the full release notes at https://github.com/halide/Halide/releases/tag/v21.0.0.


@github-actions github-actions bot added python Python use is a significant feature of the PR or issue bump-formula-pr PR was created using `brew bump-formula-pr` labels Sep 16, 2025
@chenrui333
Copy link
Member

Unhandled exception: Error: For SVE/SVE2 support, target_vector_bits=<size> must be set in target.

@chenrui333 chenrui333 added build failure CI fails while building the software rollup proposed It has been proposed that this PR's commits are cherry-picked and merged as a part of another PR CI-no-fail-fast Continue CI tests despite failing GitHub Actions matrix builds. and removed rollup proposed It has been proposed that this PR's commits are cherry-picked and merged as a part of another PR labels Sep 16, 2025
@cho-m cho-m marked this pull request as draft September 17, 2025 01:05
@cho-m cho-m force-pushed the bump-halide-21.0.0 branch from 82dcbac to f90f6ac Compare September 17, 2025 01:06
@cho-m cho-m removed the build failure CI fails while building the software label Sep 17, 2025
@cho-m cho-m marked this pull request as ready for review September 17, 2025 01:42
@cho-m
Copy link
Member

cho-m commented Sep 17, 2025

Added workaround for now. Should only impact arm64 linux code https://github.com/halide/Halide/blob/main/src/Target.cpp#L250-L267

i.e. guarded by both

#if defined(__arm__) || defined(__aarch64__) || defined(_M_ARM64) || defined(_M_ARM64EC)
#ifdef __linux__

@github-actions
Copy link
Contributor

🤖 An automated task has requested bottles to be published to this PR.

Caution

Please do not push to this PR branch before the bottle commits have been pushed, as this results in a state that is difficult to recover from. If you need to resolve a merge conflict, please use a merge commit. Do not force-push to this PR branch.

@github-actions github-actions bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label Sep 17, 2025
@BrewTestBot BrewTestBot added this pull request to the merge queue Sep 17, 2025
Merged via the queue into main with commit fbc3649 Sep 17, 2025
22 checks passed
@BrewTestBot BrewTestBot deleted the bump-halide-21.0.0 branch September 17, 2025 02:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bump-formula-pr PR was created using `brew bump-formula-pr` CI-no-fail-fast Continue CI tests despite failing GitHub Actions matrix builds. CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. python Python use is a significant feature of the PR or issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants