Documentation
¶
Index ¶
Constants ¶
View Source
const ( TaskPriority = "CUDA_TASK_PRIORITY" CoreLimitSwitch = "GPU_CORE_UTILIZATION_POLICY" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeviceInfo ¶
type DeviceInfo struct {
Index int `json:"index,omitempty"`
ID string `json:"id,omitempty"`
Count int32 `json:"count,omitempty"`
Devmem int32 `json:"devmem,omitempty"`
Devcore int32 `json:"devcore,omitempty"`
Type string `json:"type,omitempty"`
Numa int `json:"numa,omitempty"`
Health bool `json:"health,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.