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 voidcl_context_properties. addProperty(long id, cl_platform_id value)Add the specified property to these propertiesvoidcl_device_partition_property. addProperty(long id, cl_platform_id value)Add the specified property to these propertiesstatic intCL. 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 intCL. clGetDeviceIDsNative(cl_platform_id platform, long device_type, int num_entries, cl_device_id[] devices, int[] num_devices)static intCL. clGetPlatformIDs(int num_entries, cl_platform_id[] platforms, int[] num_platforms)Obtain the list of platforms available.private static intCL. clGetPlatformIDsNative(int num_entries, cl_platform_id[] platforms, int[] num_platforms)static intCL. 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 intCL. clGetPlatformInfoNative(cl_platform_id platform, int param_name, long param_value_size, Pointer param_value, long[] param_value_size_ret)static intCL. clUnloadPlatformCompiler(cl_platform_id platform)Allows the implementation to release the resources allocated by the OpenCL compiler for <>platform.private static intCL. clUnloadPlatformCompilerNative(cl_platform_id platform)
-