Halide 19.0.0
Halide compiler and libraries
|
For optional debugging during codegen, use the debug class as follows: More...
#include <Debug.h>
Public Member Functions | |
debug (int verbosity) | |
template<typename T > | |
debug & | operator<< (T &&x) |
Static Public Member Functions | |
static int | debug_level () |
For optional debugging during codegen, use the debug class as follows:
verbosity of 0 always prints, 1 should print after every major stage, 2 should be used for more detail, and 3 should be used for tracing everything that occurs. The verbosity with which to print is determined by the value of the environment variable HL_DEBUG_CODEGEN
|
inline |
|
static |