syclreference.com
  1. SYCL
  2. | API Reference
  3. | Error handling
  4. | exception
  5. | exception

exception

MISSING


exception(cl::sycl::exception &&)
(1)
exception(const cl::sycl::exception &)
(2)
explicit exception(detail::sycl_log && syclLog, cl::sycl::dcontext_shptr context)
(3)

  1. Parameters:
    • cl::sycl::exception && unnamed

  2. Parameters:
    • const cl::sycl::exception & unnamed
  3. Constructs a exception from a sycl_log.
    Parameters:
    • detail::sycl_log && syclLog : The sycl_log to be associated with the error.
    • cl::sycl::dcontext_shptr context : Shared pointer to a detail context if applies

syclreference.com — SYCL Reference Pages

Last updated: 2019-01-24 00:24:52 +0000