Modifier and Type | Method and Description |
---|---|
void |
cl_device_partition_property.addProperty(long id,
cl_platform_id value)
Add the specified property to these properties
|
void |
cl_context_properties.addProperty(long id,
cl_platform_id value)
Add the specified property to these properties
|
static int |
CL.clGetDeviceIDs(cl_platform_id platform,
long device_type,
int num_entries,
cl_device_id[] devices,
int[] num_devices)
Obtain the list of devices available on a platform.
|
static int |
CL.clGetPlatformIDs(int num_entries,
cl_platform_id[] platforms,
int[] num_platforms)
Obtain the list of platforms available.
|
static int |
CL.clGetPlatformInfo(cl_platform_id platform,
int param_name,
long param_value_size,
Pointer param_value,
long[] param_value_size_ret)
Get specific information about the OpenCL platform.
|
static int |
CL.clUnloadPlatformCompiler(cl_platform_id platform)
Allows the implementation to release the resources allocated by the OpenCL compiler for <>platform.
|