1#ifndef HALIDE_INTERNAL_ADD_SPLIT_FACTOR_CHECKS_H
2#define HALIDE_INTERNAL_ADD_SPLIT_FACTOR_CHECKS_H
Base classes for Halide expressions (Halide::Expr) and statements (Halide::Internal::Stmt)
Stmt add_split_factor_checks(const Stmt &s, const std::map< std::string, Function > &env)
Insert checks that all split factors that depend on scalar parameters are strictly positive.
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.