event
MISSING
|
(1) |
|
(2) |
|
(3) |
|
(4) |
|
(5) |
|
(6) |
-
Constructs a ready SYCL event.
-
Default move constructor.
Parameters:-
cl::sycl::event &&
rhs
: will have its contents moved. after the operation rhs will be
-
-
(deprecated (event(cl_event) was deprecated in SYCL 1.2.1))
Creates a SYCL event from an OpenCL event
Parameters:-
cl_event
unnamed
-
-
Creates a SYCL event from an OpenCL event
Parameters:-
cl_event
clEvent
-
const cl::sycl::context &
syclContext
-
-
Internal constructor to create events from internal implementation objects
Parameters:-
const cl::sycl::devent_shptr &
impl
-
-
Default copy constructor.
Parameters:-
const cl::sycl::event &
rhs
-