Project-HAMi / HAMi

Heterogeneous AI Computing Virtualization Middleware
http://project-hami.io/
Apache License 2.0
985 stars 200 forks source link

checkType may have some hidden issues #459

Open zoyopei opened 3 months ago

zoyopei commented 3 months ago

https://github.com/Project-HAMi/HAMi/blob/07902a010ad067e6ea27e1e7ac655b859a66f6d4/pkg/scheduler/score.go#L40 The name of the device is used here, but it is determined by the hardware manufacturer and is not under our control. It's possible that a device's name contains the type of another device we defined.