Handbook
Glossary
clGetDeviceIDs ( platform device_type num_entries devices num_devices -- cl_int )
Vocabulary
opencl
.
ffi
Inputs
platform
an
object
device_type
an
object
num_entries
an
object
devices
an
object
num_devices
an
object
Outputs
cl_int
an
object
Definition
USING:
alien.syntax
;
IN:
opencl.ffi
LIBRARY:
opencl
FUNCTION:
cl_int
clGetDeviceIDs
(
cl_platform_id
platform,
cl_device_type
device_type,
cl_uint
num_entries, cl_device_id* devices, cl_uint*
num_devices )