Differences between revisions 1 and 6 (spanning 5 versions)
Revision 1 as of 2016-06-14 17:08:17
Size: 132
Editor: SamatJain
Comment:
Revision 6 as of 2016-10-05 23:01:58
Size: 849
Editor: SamatJain
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
== Papers ==

Autoscheduling: http://graphics.cs.cmu.edu/projects/halidesched/

== Examples ==
Line 2: Line 8:

CMake example for Halide w/ AOT w/ minimal scaffolding: https://github.com/halide/Halide/blob/master/apps/wavelet/CMakeLists.txt

Tiling for GPUs w/out enough memory: https://github.com/halide/Halide/blob/master/apps/interpolate/interpolate.cpp#L155

NL Means implementations: https://github.com/ravi-teja-mullapudi/Halide/tree/master/apps/non_local_means

== Interesting ==

Halide demosaicer for RawTherapee: https://github.com/Beep6581/RawTherapee/issues/2934. Source for for mentioned: https://github.com/bobobo1618/RawTherapee/blob/ca0c7e0663d6217bf9c153e38b5fb04654b3abb6/rtengine/halide/README.md

SamatsWiki: HalideLang (last edited 2017-02-01 22:49:38 by SamatJain)