Device.GPUFamily
Represents a Metal GPU family, categorizing devices by feature set and capability. See MTLGPUFamily.
type t =
| Apple1
| Apple2
| Apple3
| Apple4
| Apple5
| Apple6
| Apple7
| Apple8
| Apple9
| Mac1
| Mac2
| Common1
| Common2
| Common3
| MacCatalyst1
| MacCatalyst2
| Metal3
val sexp_of_t : t -> Sexplib0.Sexp.t
val to_int : t -> int
val from_int : int -> t