
#23 – Halide: Decoupling Algorithms from Schedules for High-Performance Image Processing
Misreading Chat · Hajime Morrita
August 3, 201835m 5s
Audio is streamed directly from the publisher (misreadingchat.files.wordpress.com) as published in their RSS feed. Play Podcasts does not host this file. Rights-holders can request removal through the copyright & takedown page.
Show Notes
高速な画像処理用 DSL の Halide について森田が話します。
- Halide: Decoupling Algorithms from Schedules for High-Performance Image Processing CACM 2017
- Decoupling Algorithms from Schedules for Easy Optimization of Image Processing Pipelines – SIGGRAPH 2012
- Decoupling Algorithms from the Organization of Computation for High Performance Image Processing – Ph.D Thesis version. いちばんわかりやすい.
- http://halide-lang.org/
- GitHub – halide/Halide: a language for fast, portable data-parallel computation
- OpenTuner – An extensible framework for program autotuning
- Differentiable Programming for Image Processing and Deep Learning in Halide
- Buck: halide_library() – Facebook の build system には halide の native support がある。