Halide 18.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) | |
![]() | |
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 |
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 |