Cuda_api.Stream
type t = {
handle : Cuda_types.cu_stream Ctypes.structure Ctypes.ptr;
device : Device.t;
}
val create : Device.t -> t
val destroy : t -> unit
val synchronize : t -> unit
val default : Device.t -> t