Module Opencl_api.CommandQueue

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