Uses of Class
org.jocl.cl_queue_properties
-
-
Uses of cl_queue_properties in org.jocl
Methods in org.jocl with parameters of type cl_queue_properties Modifier and Type Method Description static cl_command_queue
CL. clCreateCommandQueueWithProperties(cl_context context, cl_device_id device, cl_queue_properties properties, int[] errcode_ret)
Create a host or device command-queue on a specific device.private static cl_command_queue
CL. clCreateCommandQueueWithPropertiesNative(cl_context context, cl_device_id device, cl_queue_properties properties, int[] errcode_ret)
-