An error that occurs while compiling a Halide pipeline that Halide attributes to an internal compiler bug, or to an invalid use of Halide's internals.
More...
#include <Error.h>
|
static constexpr auto | error_name = "Internal error" |
An error that occurs while compiling a Halide pipeline that Halide attributes to an internal compiler bug, or to an invalid use of Halide's internals.
Definition at line 68 of file Error.h.
◆ InternalError() [1/2]
Halide::InternalError::InternalError |
( |
const char * | msg | ) |
|
|
explicit |
◆ InternalError() [2/2]
Halide::InternalError::InternalError |
( |
const std::string & | msg | ) |
|
|
explicit |
◆ error_name
auto Halide::InternalError::error_name = "Internal error" |
|
staticconstexpr |
The documentation for this struct was generated from the following file: