syclreference.com
  1. SYCL
  2. | API Reference
  3. | event
  4. | wait_and_throw

wait_and_throw

MISSING


static void wait_and_throw(const vector_class<cl::sycl::event> & eventList)
(1)
void wait_and_throw()
(2)
  1. Waits for all the events in the list. Exceptions may be thrown.
    Parameters:
    • const vector_class<cl::sycl::event> & eventList : List of events to wait
  2. Waits for the event to complete. Throws any exception that can be associated with the execution of the event

syclreference.com — SYCL Reference Pages

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