Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeviceHealth ¶
type DeviceTemperature ¶
type LevelzeroService ¶
type LevelzeroService interface {
Run(bool)
GetIntelIndices() ([]uint32, error)
GetDeviceHealth(bdfAddress string) (DeviceHealth, error)
GetDeviceTemperature(bdfAddress string) (DeviceTemperature, error)
GetDeviceMemoryAmount(bdfAddress string) (uint64, error)
}
func NewLevelzero ¶
func NewLevelzero(socket string) LevelzeroService
Click to show internal directories.
Click to hide internal directories.