device
MISSING
(1) | |
(2) | |
(3) | |
(4) | |
(5) | |
(6) |
-
Default Constructor. Constructs a device object in host mode.
-
Constructs a device object by moving another device object
Parameters:-
cl::sycl::device &&
rhs
-
-
Constructs a device object from another device object and retains the cl_device_id object if the device is not in host mode.
Parameters:-
const cl::sycl::device &
rhs
-
-
Constructs a device object using a cl_device_id object and retains the cl_device_id object if the device is not in host mode.
Parameters:-
cl_device_id
deviceID
: A cl_device_id object.
-
-
Constructs a device using an existing implementation object.
Parameters:-
const cl::sycl::ddevice_shptr &
impl
-
-
Constructs a device using the requested device selector
Parameters:-
const cl::sycl::device_selector &
deviceSelector
: the device selector that will provide a device to
-