AliyunContainerService / gpushare-scheduler-extender

GPU Sharing Scheduler for Kubernetes Cluster
Apache License 2.0
1.36k stars 303 forks source link

gpushare能统计到两块显卡,但是分配的时候只用到了一块显卡,另外一块无法调用到 #177

Closed 1003111014 closed 1 year ago

1003111014 commented 2 years ago

image

chenrulongmaster commented 2 years ago

现在的策略选择是有点问题的,看这个 #164

1003111014 commented 2 years ago

现在的策略选择是有点问题的,看这个 #164 通过kubectl inspect gpushare命令能统计到两块显卡,但是所有的算法都调度在一块显卡上,且另外一块显卡调度不上,第一块满了后,算法就启动不了了,报资源不够,明明第二块都还没用到,这个问题是配置问题还是说,gpushare原生不支持一台主机多块显卡的调度呢