@@ -38,9 +38,9 @@ const (
38
38
MthreadsGPUDevice = "Mthreads"
39
39
MthreadsGPUCommonWord = "Mthreads"
40
40
MthreadsDeviceSelection = "mthreads.com/gpu-index"
41
- // IluvatarUseUUID is user can use specify Iluvatar device for set Iluvatar UUID.
41
+ // MthreadsUseUUID is user can use specify Mthreads device for set Mthreads UUID.
42
42
MthreadsUseUUID = "mthreads.ai/use-gpuuuid"
43
- // IluvatarNoUseUUID is user can not use specify Iluvatar device for set Iluvatar UUID.
43
+ // MthreadsNoUseUUID is user can not use specify Mthreads device for set Mthreads UUID.
44
44
MthreadsNoUseUUID = "mthreads.ai/nouse-gpuuuid"
45
45
MthreadsAssignedGPUIndex = "mthreads.com/gpu-index"
46
46
MthreadsAssignedNode = "mthreads.com/predicate-node"
@@ -178,7 +178,7 @@ func (dev *MthreadsDevices) CheckType(annos map[string]string, d util.DeviceUsag
178
178
func (dev * MthreadsDevices ) CheckUUID (annos map [string ]string , d util.DeviceUsage ) bool {
179
179
userUUID , ok := annos [MthreadsUseUUID ]
180
180
if ok {
181
- klog .V (5 ).Infof ("check uuid for Iluvatar user uuid [%s], device id is %s" , userUUID , d .ID )
181
+ klog .V (5 ).Infof ("check uuid for Mthreads user uuid [%s], device id is %s" , userUUID , d .ID )
182
182
// use , symbol to connect multiple uuid
183
183
userUUIDs := strings .Split (userUUID , "," )
184
184
for _ , uuid := range userUUIDs {
0 commit comments