halide demo for learning.
| Index | Name |
|---|---|
| 001 | work with opencv |
official tutorial
| Official Tutorial |
|---|
| lesson_01_basic |
| lesson_02_input_image |
| lesson_03_debugging_1 |
| lesson_04_debugging_2 |
| lesson_05_scheduling_1 |
| lesson_06_realizing_over_shifted_domains |
| lesson_07_multi_stage_pipelines |
| lesson_08_scheduling_2 |
| lesson_09_update_definitions |
| lesson_10_aot_compilation_generate |
| lesson_10_aot_compilation_run |
| lesson_11_cross_compilation |
| lesson_12_using_the_gpu |
| lesson_13_tuples |
| lesson_14_types |
| lesson_15_generators |
| lesson_16_rgb_generate |
| lesson_16_rgb_run |
| lesson_17_predicated_rdom |
| lesson_18_parallel_associative_reductions |
| lesson_19_wrapper_funcs |
| lesson_20_cloning_funcs |
| lesson_21_auto_scheduler_generate |
| lesson_21_auto_scheduler_run |
Halide zoon need halide and opencv support. Make sure halide and opencv has been installed.
Our project is easy to build on windows\linux\macos, just:
cd Halide-Zoon
mkdir build
cmake ..
In windows, we can open project in build directory.
In Linux, we can directly make target in buld directory.
Personaly, I dont have mac, but I think the configuration are quitly esay.
P-Chao, mail to: deeplearning@vip.qq.com