Uses of Class
org.jocl.cl_platform_id
-
-
Uses of cl_platform_id in org.jocl
Methods in org.jocl with parameters of type cl_platform_id Modifier and Type Method Description void
cl_context_properties. addProperty(long id, cl_platform_id value)
Add the specified property to these propertiesvoid
cl_device_partition_property. addProperty(long id, cl_platform_id value)
Add the specified property to these propertiesstatic 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.private static int
CL. clGetDeviceIDsNative(cl_platform_id platform, long device_type, int num_entries, cl_device_id[] devices, int[] num_devices)
static int
CL. clGetPlatformIDs(int num_entries, cl_platform_id[] platforms, int[] num_platforms)
Obtain the list of platforms available.private static int
CL. clGetPlatformIDsNative(int num_entries, cl_platform_id[] platforms, int[] num_platforms)
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.private static int
CL. clGetPlatformInfoNative(cl_platform_id platform, int param_name, long param_value_size, Pointer param_value, long[] param_value_size_ret)
static int
CL. clUnloadPlatformCompiler(cl_platform_id platform)
Allows the implementation to release the resources allocated by the OpenCL compiler for <>platform.private static int
CL. clUnloadPlatformCompilerNative(cl_platform_id platform)
-