1#ifndef HALIDE_CODEGEN_OPENCL_DEV_H 
    2#define HALIDE_CODEGEN_OPENCL_DEV_H 
std::unique_ptr< CodeGen_GPU_Dev > new_CodeGen_OpenCL_Dev(const Target &target)
 
This file defines the class FunctionDAG, which is our representation of a Halide pipeline,...
 
A code generator that emits GPU code from a given Halide stmt.
 
A struct representing a target machine and os to generate code for.