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
The template below is mostly useful for bug reports and support questions. Feel free to remove anything which doesn't apply to you and add more information where it makes sense.
1. Issue or feature description
I'm looking to have the ability to configure the scheduler to perform the exact opposite behavior as specified here: #386
Instead of grabbing gpu resources evenly from all gpus on the node, I'd like a config option to grab from one GPU at a time. This allows some applications to get exclusive access to a single GPU as needed while allowing the rest to time share.
2. Steps to reproduce the issue
Perform a new fresh installation of the GPU operator in a cluster where nodes have more than one GPU.
Enable time-slicing and configure it to allow 2 replicas per GPU
@shivamerla I believe there are cases where we would want distributed GPU scheduling, but there might also be opposite scenarios. It would be great if this setting could be easily changed by configmap or so.
The template below is mostly useful for bug reports and support questions. Feel free to remove anything which doesn't apply to you and add more information where it makes sense.
1. Issue or feature description
I'm looking to have the ability to configure the scheduler to perform the exact opposite behavior as specified here: #386
Instead of grabbing gpu resources evenly from all gpus on the node, I'd like a config option to grab from one GPU at a time. This allows some applications to get exclusive access to a single GPU as needed while allowing the rest to time share.
2. Steps to reproduce the issue
The text was updated successfully, but these errors were encountered: