1 #ifndef HALIDE_LOWER_PARALLEL_TASKS_H 2 #define HALIDE_LOWER_PARALLEL_TASKS_H 16 const std::string &name,
const Target &t);
21 #endif // HALIDE_LOWER_PARALLEL_TASKS_H This file defines the class FunctionDAG, which is our representation of a Halide pipeline, and contains methods to using Halide's bounds tools to query properties of it.
Stmt lower_parallel_tasks(const Stmt &s, std::vector< LoweredFunc > &closure_implementations, const std::string &name, const Target &t)
Not visible externally, similar to 'static' linkage in C.
Defines the base class for things that recursively walk over the IR.