Halide 18.0.0
Halide compiler and libraries
|
#include <JITModule.h>
Public Types | |
enum | { MaxBufSize = 4096 } |
Public Member Functions | |
void | concat (const char *message) |
std::string | str () const |
Static Public Member Functions | |
static void | handler (JITUserContext *ctx, const char *message) |
Public Attributes | |
char | buf [MaxBufSize] |
std::atomic< size_t > | end {0} |
Definition at line 308 of file JITModule.h.
Enumerator | |
---|---|
MaxBufSize |
Definition at line 309 of file JITModule.h.
std::string Halide::Internal::JITErrorBuffer::str | ( | ) | const |
|
static |
char Halide::Internal::JITErrorBuffer::buf[MaxBufSize] |
Definition at line 310 of file JITModule.h.
std::atomic<size_t> Halide::Internal::JITErrorBuffer::end {0} |
Definition at line 311 of file JITModule.h.