Error handling
Classes
Represents an error regarding defined. |
|
Represents an error that happened during compilation. |
|
Base SYCL device error group. Sub-classes of this error represent a device specific error. |
|
Represents an error related to a |
|
SYCL exception class, defined Section 3.2 of the specification, for general SYCL error. |
|
List of exceptions thrown asynchronously, contains objects of type exception_ptr_class. |
|
Represents an exception when an optional feature or extension is used in a kernel but its not available on the device the SYCL kernel is being enqueued on. |
|
Represents an error regarding any memory object being used by a kernel. |
|
Represents an error related to SYCL kernel parameters. |
|
Represents an error that occurred before or while enqueuing a SYCL kernel. |
|
Represents an error that happened during linking. |
|
Represents a memory allocation error. |
|
Represents an error related to a provided nd_range. |
|
Represents a platform related error. |
|
Represents an issue related to profiling (can only be raised if profiling is enabled). |
|
Base SYCL runtime error group. Sub-classes of this error represent a runtime specific error. |