Documentation ¶
Overview ¶
Package deviceinfo provides the devices information for cos-gpu-installer
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AllGPUTypeStrings = []string{
"NVIDIA_TESLA_K80",
"NVIDIA_TESLA_P4",
"NVIDIA_TESLA_P100",
"NVIDIA_TESLA_V100",
"NVIDIA_L4",
"NVIDIA_H100_80GB",
"NVIDIA_TESLA_A100",
"NVIDIA_A100_80GB",
"NVIDIA_TESLA_T4",
}
Functions ¶
This section is empty.
Types ¶
type GPUType ¶
type GPUType int
func GetGPUTypeInfo ¶
TODO(gshuoy): b/331317222 - add the pci id in the proto file.
func ParseGPUType ¶
ParseGPUType converts a string to a GPUType enum.
func (GPUType) OpenSupported ¶
TODO(gshuoy): b/331317222 - Add the open source supported in the proto file.
Click to show internal directories.
Click to hide internal directories.