Halide 18.0.0
Halide compiler and libraries
Loading...
Searching...
No Matches
RemoveExternLoops.h
Go to the documentation of this file.
1#ifndef HALIDE_REMOVE_EXTERN_LOOPS
2#define HALIDE_REMOVE_EXTERN_LOOPS
3
4#include "Expr.h"
5
6/** \file
7 * Defines a lowering pass that removes placeholder loops for extern stages.
8 */
9
10namespace Halide {
11namespace Internal {
12
13/** Removes placeholder loops for extern stages. */
15
16} // namespace Internal
17} // namespace Halide
18
19#endif
Base classes for Halide expressions (Halide::Expr) and statements (Halide::Internal::Stmt)
Stmt remove_extern_loops(const Stmt &s)
Removes placeholder loops for extern stages.
This file defines the class FunctionDAG, which is our representation of a Halide pipeline,...
@ Internal
Not visible externally, similar to 'static' linkage in C.
Internal::ConstantInterval cast(Type t, const Internal::ConstantInterval &a)
Cast operators for ConstantIntervals.
A reference-counted handle to a statement node.
Definition Expr.h:427