Halide  12.0.1
Halide compiler and libraries
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 
10 namespace Halide {
11 namespace 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.
A reference-counted handle to a statement node.
Definition: Expr.h:413