|
Halide 20.0.0
Halide compiler and libraries
|
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>
Public Member Functions | |
| InternalError (const char *msg) | |
| InternalError (const std::string &msg) | |
Public Member Functions inherited from Halide::Error | |
| Error ()=delete | |
| Error (const char *msg) | |
| Error (const std::string &msg) | |
| Error (const Error &) | |
| Error & | operator= (const Error &) |
| Error (Error &&) noexcept | |
| Error & | operator= (Error &&) noexcept |
| virtual | ~Error () |
| virtual const char * | what () const noexcept |
Static Public Attributes | |
| 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.
|
explicit |