halide-runtime 0.5.1

Bindings to the Halide runtime
Documentation
1
2
3
4
5
6
7
8
9
HALIDE_PATH?=~/halide

HEADER?=HalideRuntime.h

test:
	TEST=1 cargo test

update-header:
	curl -O https://raw.githubusercontent.com/halide/Halide/master/src/runtime/HalideRuntime.h