Halide 19.0.0
Halide compiler and libraries
|
A context to be passed to Pipeline::realize. More...
#include <JITModule.h>
Public Attributes | |
Internal::JITErrorBuffer * | error_buffer {nullptr} |
JITHandlers | handlers |
A context to be passed to Pipeline::realize.
Inherit from this to pass your own custom context object. Modify the handlers field to override runtime functions per-call to realize.
Definition at line 136 of file JITModule.h.
Internal::JITErrorBuffer* Halide::JITUserContext::error_buffer {nullptr} |
Definition at line 137 of file JITModule.h.
JITHandlers Halide::JITUserContext::handlers |
Definition at line 138 of file JITModule.h.