1#ifndef HALIDE_STRICTIFY_FLOAT_H
2#define HALIDE_STRICTIFY_FLOAT_H
A reference-counted handle to Halide's internal representation of a function.
bool strictify_float(std::map< std::string, Function > &env, const Target &t)
Propagate strict_float intrinisics such that they immediately wrap all floating-point expressions.
This file defines the class FunctionDAG, which is our representation of a Halide pipeline,...
A struct representing a target machine and os to generate code for.