halide-runtime 0.6.0

Bindings to the Halide runtime
Documentation
1
2
3
4
5
6
7
8
9
# halide-runtime

<a href="https://crates.io/crates/halide-runtime">
    <img src="https://img.shields.io/crates/v/halide-runtime.svg">
</a>

Rust bindings to the [halide](https://github.com/halide/halide) runtime.

This crate will allow you to execute pre-compiled Halide kernels, to compile kernels take a look at [halide-build](https://github.com/zshipko/halide-build)