exception_list.h File Reference
Provides SYCL exception list types. More...
Go to the source code of this file.
Classes | |
class | cl::sycl::exception_list |
List of exceptions thrown asynchronously, contains objects of type exception_ptr_class. More... | |
Namespaces | |
cl | |
deduce_type_t takes an arbitrary type and attempts to map it to a cl::sycl::cl_type . | |
cl::sycl | |
Typedefs | |
using | cl::sycl::exception_ptr_class = std::exception_ptr |
Class used to store exception objects and transfer them across thread, equivalent to std::exception_ptr. More... | |
using | cl::sycl::async_handler = cl::sycl::function_class< void(exception_list)> |
async_handler type definition. More... | |
Detailed Description
Provides SYCL exception list types.
Definition in file exception_list.h.