Uses of Class
org.jocl.cl_device_partition_property
-
-
Uses of cl_device_partition_property in org.jocl
Methods in org.jocl with parameters of type cl_device_partition_property Modifier and Type Method Description static int
CL. clCreateSubDevices(cl_device_id in_device, cl_device_partition_property properties, int num_devices, cl_device_id[] out_devices, int[] num_devices_ret)
Creates an array of sub-devices that each reference a non-intersecting set of compute units withinin_device
.private static int
CL. clCreateSubDevicesNative(cl_device_id in_device, cl_device_partition_property properties, int num_devices, cl_device_id[] out_devices, int[] num_devices_ret)
-