Halide is a programming language designed to make it easier to write high-performance image and array processing code on modern machines.
The package halide provides CMake targets:
find_package(Halide REQUIRED)
# JIT mode:
target_link_libraries(main PRIVATE Halide::Halide)
# AOT mode:
target_link_libraries(gen PRIVATE Halide::Generator)
add_halide_library(filter FROM gen)
target_link_libraries(main PRIVATE filter)
For more information see:
https://github.com/halide/Halide/blob/v11.0.1/README_cmake.md
Include targets required for jit compilation
Include AArch64 target
Include all targets
Include AMDGPU target
Include ARM target
Include Direct3D 12 Compute target
Include Hexagon target
Include Metal target
Include Mips target
Include NVPTX target
Include OpenCL-C target
Include OpenGL/GLSL target
Include PowerPC target
Include RISCV target
Include X86 target
v12.0.1#0
!uwp
Complex license
Manifest