Size: 405
Comment: Tiling for GPUs w/out enough memory
|
Size: 741
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
== Papers == Autoscheduling: http://graphics.cs.cmu.edu/projects/halidesched/ |
|
Line 8: | Line 12: |
== 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 |
Papers
Autoscheduling: http://graphics.cs.cmu.edu/projects/halidesched/
Examples
Sorting and median: https://github.com/halide/Halide/blob/e9ece5ee8ee9cb62295d5e7e5409e54390bb01b4/test/correctness/sort_exprs.cpp
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
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