Halide
12.0.1
Halide compiler and libraries
|
Defines the struct representing lifetime and dependencies of a JIT compiled halide pipeline. More...
#include <map>
#include <memory>
#include "IntrusivePtr.h"
#include "Type.h"
#include "runtime/HalideRuntime.h"
Go to the source code of this file.
Classes | |
struct | Halide::Internal::JITModule |
struct | Halide::Internal::JITModule::Symbol |
struct | Halide::Internal::JITHandlers |
struct | Halide::Internal::JITUserContext |
class | Halide::Internal::JITSharedRuntime |
Namespaces | |
llvm | |
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 | |
Typedefs | |
typedef int(* | Halide::Internal::halide_task) (void *user_context, int, uint8_t *) |
Functions | |
void * | Halide::Internal::get_symbol_address (const char *s) |
Defines the struct representing lifetime and dependencies of a JIT compiled halide pipeline.
Definition in file JITModule.h.