Values_0.GpuDeviceInfoSourceDescribes the GPU accelerators for the instance type.
type nonrec t = {name : GpuDeviceName.t option;The name of the GPU accelerator.
*)manufacturer : GpuDeviceManufacturerName.t option;The manufacturer of the GPU accelerator.
*)count : GpuDeviceCount.t option;The number of GPUs for the instance type.
*)logicalGpuCount : LogicalGpuCount.t option;Total number of GPU devices of this type.
*)gpuPartitionSize : GpuPartitionSize.t option;The size of each GPU as a fraction of a full GPU, between 0 (excluded) and 1 (included).
*)workloads : WorkloadsList.t option;A list of workload types this GPU supports.
*)memoryInfo : GpuDeviceMemoryInfo.t option;Describes the memory available to the GPU accelerator.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Double of GpuPartitionSize.t
| `Integer of GpuDeviceCount.t
| `List of [> `String of Workload.t ] list
| `String of GpuDeviceName.t
| `Structure of
(string * [> `Integer of GpuDeviceMemorySize.t ]) list ])
list ]