Module Hip_api.Stream

type t = {
  1. handle : Hip_types.hip_stream Ctypes.structure Ctypes.ptr;
  2. device : Device.t;
}
val create : Device.t -> t
val destroy : t -> unit
val synchronize : t -> unit
val default : Device.t -> t