Halide
HexagonOffload.h File Reference
#include "Buffer.h"
#include "Expr.h"

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

Stmt Halide::Internal::inject_hexagon_rpc (Stmt s, const Target &host_target, Module &module)
 Pull loops marked with the Hexagon device API to a separate module, and call them through the Hexagon host runtime module. More...
 
Buffer< uint8_tHalide::Internal::compile_module_to_hexagon_shared_object (const Module &device_code)
 

Detailed Description

Defines a lowering pass to pull loops marked with the Hexagon device API to a separate module, and call them through the Hexagon host runtime module.

Definition in file HexagonOffload.h.