1#ifndef HALIDE_LOWER_PARALLEL_TASKS_H
2#define HALIDE_LOWER_PARALLEL_TASKS_H
16 const std::string &name,
const Target &t);
Defines the base class for things that recursively walk over the IR.
Stmt lower_parallel_tasks(const Stmt &s, std::vector< LoweredFunc > &closure_implementations, const std::string &name, const Target &t)
This file defines the class FunctionDAG, which is our representation of a Halide pipeline,...
@ Internal
Not visible externally, similar to 'static' linkage in C.
A reference-counted handle to a statement node.
A struct representing a target machine and os to generate code for.