1#ifndef HALIDE_LOOP_PARTITIONING_DIRECTIVE_H
2#define HALIDE_LOOP_PARTITIONING_DIRECTIVE_H
Base classes for Halide expressions (Halide::Expr) and statements (Halide::Internal::Stmt)
Defines the internal representation of parameters to halide piplines.
This file defines the class FunctionDAG, which is our representation of a Halide pipeline,...
@ Auto
Let Halide select a storage type automatically.
Partition
Different ways to handle loops with a potentially optimizable boundary conditions.
@ Always
Force partitioning of the loop, even in the tail cases of outer partitioned loops.
@ Never
Disallow loop partitioning.