Halide
StrictifyFloat.h File Reference
#include <map>
#include <string>

Go to the source code of this file.

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
 

Functions

bool Halide::Internal::strictify_float (std::map< std::string, Function > &env, const Target &t)
 Propagate strict_float intrinisics such that they immediately wrap all floating-point expressions. More...
 

Detailed Description

Defines a lowering pass to make all floating-point strict for all top-level Exprs.

Definition in file StrictifyFloat.h.