Opencl_api.CommandQueue
type t = {
handle : Opencl_types.cl_command_queue;
context : Context.t;
}
val create : Context.t -> ?profiling:bool -> unit -> t
val release : t -> unit
val finish : t -> unit
val flush : t -> unit