Halide 13.0.0 #6377
alexreinking
started this conversation in
General
Halide 13.0.0
#6377
Replies: 1 comment
-
I edited the above to remove mention of compute capability 8.6, which didn't quite make the release commit. If someone needs it we can backport. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are pleased to announce the release of Halide 13.0.0!
This is a major release. Most notably, Halide now requires C++17 (or higher).
You can download one of our binary releases here, or check one of the following package repositories (they might take some time to be updated):
Language and Compiler
realize()
that were deprecated in Halide 12 are now removed. (Remove deprecated realize() variants from Func and PIpeline #6122, Remove deprecated realize() Python wrapprs #6162)split
loops. (Add TailStrategy::PredicateLoads and TailStrategy::PredicateStores #6126)prefetch
directive. (Add more fine-grained prefetch() directive (Issue #3735) #6155)Backends
camera_pipe
,harris
,nl_means
, andstencil_chain
. (Rewrite Rules Evaluation Project - Merging Relevant Synthesized Rewrite Rules #6174)Build
add_halide_library
on Xcode, which requires at least one source file for every target. (Fix Xcode issue that requires at least one source file when building a library from objects. #6175)GenGen.cpp
). (Add a watchdog timer to Generator #6184, Join generator watchdog timer if exception thrown #6240)Threads::Threads
in CMake (Usage of C++<thread>
header requires linking to threading library #6257)share/Halide/doc/html
(CMake: install docs into halide subdirectory of doc dir #6267)This discussion was created from the release Halide 13.0.0.
Beta Was this translation helpful? Give feedback.
All reactions