Halide
Halide::InternalError Struct Reference

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>

Inherits Halide::Error.

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 &)
 
Erroroperator= (const Error &)
 
 Error (Error &&) noexcept
 
Erroroperator= (Error &&) noexcept
 
virtual ~Error ()
 
virtual const char * what () const noexcept
 

Detailed Description

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 64 of file Error.h.

Constructor & Destructor Documentation

◆ InternalError() [1/2]

Halide::InternalError::InternalError ( const char *  msg)
explicit

◆ InternalError() [2/2]

Halide::InternalError::InternalError ( const std::string &  msg)
explicit

The documentation for this struct was generated from the following file: