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
I see we have ability to set the GPU compute mode to exclusive process on T4 cards to disallow sharing of a GPU to multiple processes. Is there a way to do the same thing for MIG devices? The exclusive process compute mode doesn't seem to be supported for MIG devices.
# sudo nvidia-smi -c 3
Setting compute mode to EXCLUSIVE_PROCESS is not supported on a MIG-enabled device.
Unable to set the compute mode for GPU 00000000:31:00.0: Not Supported
Treating as warning and moving on.
All done.
The text was updated successfully, but these errors were encountered:
I see we have ability to set the GPU compute mode to
exclusive process
on T4 cards to disallow sharing of a GPU to multiple processes. Is there a way to do the same thing for MIG devices? Theexclusive process
compute mode doesn't seem to be supported for MIG devices.The text was updated successfully, but these errors were encountered: