Metal.Device
type t
type id = int
val init : unit -> unit
val count : unit -> int
val get : int -> t
val id : t -> id
val name : t -> string
val capabilities : t -> Spoc_framework.Framework_sig.capabilities
val set_current : t -> unit
val get_current_device : unit -> t option
val synchronize : t -> unit