Halide (programming language): Difference between revisions

Content deleted Content added
Halide is also available on Windows, see http://halide-lang.org/
Line 27:
 
== Sample source code ==
The following function defines and sets the schedule for a 3x3 box filter defined as a series of two 3x1 passes:
<source lang="cpp">
Func blur_3x3(Func input) {