You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A func LessEqualWithDimension has been added in PR #3522, which can be used to compare the only required dimension resource in those functions:
AddOverusedFn
AddPreemptiveFn
AddJobEnqueueableFn
AddAllocatableFn
Why is this needed:
Conserder those scenes:
Queue‘s Gpu is really overused, but used CPU and Memory are both less than deserved. So a coming job just requesting CPU/Mem should be allocated.
same as 1, Queue's CPU/Memory are not used up, but cluster has no free resource, a coming job just requesting cpu/memory can reclaim(which is preemptive) from other queue.
what's more, a queue's preemptable job can use as most as queue's capacity when check queue's overused, because those resource can be reclaimed.
The text was updated successfully, but these errors were encountered:
What would you like to be added:
A func
LessEqualWithDimension
has been added in PR #3522, which can be used to compare the only required dimension resource in those functions:Why is this needed:
Conserder those scenes:
what's more, a queue's preemptable job can use as most as queue's capacity when check queue's overused, because those resource can be reclaimed.
The text was updated successfully, but these errors were encountered: