// Halide tutorial lesson 3: Inspecting the generated code // Halide入门第3讲:检查llvm编译生成的代码 // This lesson demonstrates how to inspect what the Halide compiler is producing. // 本课演示了怎样查看Halide编译器做了些什么 /
// Halide tutorial lesson 1: Getting started with Funcs, Vars, and Exprs// Halide入门教程第一课:了解Funcs(函数),Vars(变量)和Exprs(表达式)// This lesson demonstrates basic usage of Halide as a JIT compiler for imagin