|
Halide 20.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 326 of file JITModule.h.
| Enumerator | |
|---|---|
| MaxBufSize | |
Definition at line 327 of file JITModule.h.
| std::string Halide::Internal::JITErrorBuffer::str | ( | ) | const |
|
static |
| char Halide::Internal::JITErrorBuffer::buf[MaxBufSize] |
Definition at line 328 of file JITModule.h.
| std::atomic<size_t> Halide::Internal::JITErrorBuffer::end {0} |
Definition at line 329 of file JITModule.h.