-
-
Notifications
You must be signed in to change notification settings - Fork 12.5k
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
halide 19.0.0 #201454
halide 19.0.0 #201454
Conversation
8af584e
to
2c583e9
Compare
Re-tagged several times for changing the github action trigger. Have to wait for a while. |
6fb6c41
to
2d27f5e
Compare
python package is not installed, it has changed a lot. 😥 |
|
2d27f5e
to
3cd242c
Compare
|
Looking through the logs now... I encourage you to set |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks all for being on top of updating the Homebrew package! And I'm sorry for my part in making the process a little more complicated this time around. But hopefully these patches resolve our issue 🙂
746bea0
to
161092c
Compare
Ah, disabling the tutorials seems to have broken your package tests. |
161092c
to
929aefd
Compare
@alexreinking That is right, I was modified but forgot to push and noticed now lol. |
Thank you, @alexreinking 👍 Everything is fine now. |
929aefd
to
c2cba87
Compare
c2cba87
to
c53413e
Compare
Co-authored-by: Alex Reinking <[email protected]>
Fix relocation error when linking shared libraries on Linux ``` /home/linuxbrew/.linuxbrew/opt/binutils/bin/ld: /home/linuxbrew/.linuxbrew/lib/libwabt.a(binary-reader.cc.o): relocation R_X86_64_PC32 against symbol `stderr@@GLIBC_2.2.5' can not be used when making a shared object; recompile with -fPIC /home/linuxbrew/.linuxbrew/opt/binutils/bin/ld: final link failed: bad value collect2: error: ld returned 1 exit status ``` build log re, https://github.com/Homebrew/homebrew-core/actions/runs/12369250671/job/34520913923#step:4:4511 Signed-off-by: Rui Chen <[email protected]>
c53413e
to
0609dac
Compare
Thanks @alexreinking, @daeho-ro. |
🤖 An automated task has requested bottles to be published to this PR. |
system "cmake", *args, *std_cmake_args | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This step seems redundant?
Created by
brew bump
Created with
brew bump-formula-pr
.resource
blocks have been checked for updates.release notes
pip install halide
today!f(x) = select(target_arch_is(Target::ARM), 3, 7)
. Helpers includetarget_arch_is
,target_os_is
,target_has_feature
,target_bits
, andtarget_natural_vector_size
. These are resolved to constants at compile-time and simplified away. Use with care, as this (intentionally) results in different behavior on different platforms.Breaking changes
libGenGen.a
rather thanGenGen.cpp
./WHOLEARCHIVE:
or-Wl,--whole-archive
rather than buildGenGen.cpp
themselves.le64
/le32
generic targets for compiling runtime modules to LLVM. These targets were removed in LLVM upstream.What's Changed
Apps and tests
Autoschedulers
Build system
Python_bindings
-test-as-installed by @LebedevRI inPython_bindings
-test-as-installed halide/Halide#8355CodeGen
vscale_range()
fn attribute in correct syntax by @steven-johnson in Emitvscale_range()
fn attribute in correct syntax halide/Halide#8457.specialize()
directives weren't able to eliminateselect()
cases. #8443Debugging
Documentation
Frontend
Hardware backends
async_copy_chain
andgpu_allocation_cache
correctness tests on Windows by @derek-gerstmann in [vulkan] Skipasync_copy_chain
andgpu_allocation_cache
correctness tests on Windows halide/Halide#8503LLVM
Python
Runtime
Minor bugfixes / other cleanup
New Contributors
Full Changelog: halide/Halide@v18.0.0...v19.0.0