1#ifndef HALIDE_PARALLEL_RVAR_H
2#define HALIDE_PARALLEL_RVAR_H
23 const std::string &func,
A Function definition which can either represent a init or an update definition.
bool can_parallelize_rvar(const std::string &rvar, const std::string &func, const Definition &r)
Returns whether or not Halide can prove that it is safe to parallelize an update definition across a ...
This file defines the class FunctionDAG, which is our representation of a Halide pipeline,...
@ Internal
Not visible externally, similar to 'static' linkage in C.