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

Upgrade Halide toolchain to 14.0 #73

Merged
merged 2 commits into from
Jul 14, 2023

Conversation

antonysigma
Copy link
Collaborator

@antonysigma antonysigma commented Jul 14, 2023

Upgrade the Halide toolchain from 10.0 to 14.0. Use the new API BoundaryCondition::repeat_edge(Func,std::vector) to define image dimensions.

Download the latest Halide-FFT source code. Include the 3rd party MIT license.

Resolve C++20 Concepts syntax error. To validate C++20 compatibility, run meson configure -Dcpp_std=c++20 in the build directory.

This PR sets the stage for a major API change in Halide 16.0, where Halide::Generator::Input<int, n_dim> and Generator::using_autoscheduler() is favored over the current syntax.

References: #67 .

Upgrade the Halide toolchain from 10.0 to 14.0. Use the new API
`BoundaryCondition::repeat_edge(Func, Tuples)` to define image
dimensions.
@antonysigma antonysigma changed the title Upgrade halide 14 Upgrade Halide toolchain to 14.0 Jul 14, 2023
Move function parameters types into requires(...) . Require function
returns to match Halide::Func .
@antonysigma antonysigma merged commit b2821ef into comp-imaging:master Jul 14, 2023
@antonysigma antonysigma deleted the upgrade-halide-14 branch July 14, 2023 16:25
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

Successfully merging this pull request may close these issues.

1 participant