platform
MISSING
|
(1) |
|
(2) |
|
(3) |
|
(4) |
|
(5) |
-
Constructs a platform object using a cl_platform_id object.
Parameters:-
cl_platform_idplatformID: The cl_platform_id object constructed using the OpenCL
-
-
Constructs a platform from an existing device selector
Parameters:-
const cl::sycl::device_selector &deviceSelector: User device selector
-
-
Constructs a platform from a shared a pointer
Parameters:-
const cl::sycl::dplatform_shptr &impl
-
-
Default Constructor. Constructs a platform object in host mode.
-
(default)
Copy Constructor. Constructs a platform object from another platform object.
Parameters:-
const cl::sycl::platform &rhs: The platform object to copy
-