Commit 416a6d4e authored by Ahmad Siavashi's avatar Ahmad Siavashi

Fix VgpuSchedulerSpaceShared class

parent 65eb3e16
......@@ -106,6 +106,8 @@ public class VgpuSchedulerSpaceShared extends VgpuScheduler {
return false;
}
});
vgpu.setPeMips(pgpu.getPeList().get(0).getMips());
mipsShare = vgpu.getCurrentRequestedMips();
List<Pe> selectedPes = new ArrayList<Pe>();
for (int i = 0; i < mipsShare.size(); i++) {
Pe pe = selectedPgpuPes.get(i);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment