1. Home
  2. Browse
  3. halide

halide

v10.0.0#0Go to latest

Halide is a programming language designed to make it easier to write high-performance image and array processing code on modern machines.

Install

Run the following Vcpkg command to install the port.

vcpkg install halide

Usage

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/v10.0.0/README_cmake.md

Features

Dependencies

See source

Version

v10.0.0#0

Publication

Supports

!uwp

GitHub

halide/Halide

Homepage

github.com/halide/Halide

Subtree

3e2120fe2b

License

Complex license

Definition

Control