Halide
PrefetchDirective.h File Reference
#include <string>
#include "Expr.h"
#include "Parameter.h"

Go to the source code of this file.

Classes

struct  Halide::Internal::PrefetchDirective
 

Namespaces

 Halide
 This file defines the class FunctionDAG, which is our representation of a Halide pipeline, and contains methods to using Halide's bounds tools to query properties of it.
 
 Halide::Internal
 

Enumerations

enum  Halide::PrefetchBoundStrategy { Halide::PrefetchBoundStrategy::Clamp, Halide::PrefetchBoundStrategy::GuardWithIf, Halide::PrefetchBoundStrategy::NonFaulting }
 Different ways to handle accesses outside the original extents in a prefetch. More...
 

Detailed Description

Defines the PrefetchDirective struct

Definition in file PrefetchDirective.h.