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

wait

MISSING


static void wait(const vector_class<cl::sycl::event> & eventList)
(1)
void wait()
(2)
  1. Waits for all the events in the list
    Parameters:
    • const vector_class<cl::sycl::event> & eventList : List of events to wait
  2. Waits for the event to complete.

syclreference.com — SYCL Reference Pages

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