Dear all,
I´ve virtualized a NVIDIA Tesla M60 in order to use it from several virtual machines.
When I apply the GRID M60-8Q GPU Profile for a virtual machine I can see, with the "nvidia-smi.exe", that the Compute Mode is "Default":
C:\Program Files\NVIDIA Corporation\NVSMI>nvidia-smi
Thu Sep 07 18:11:22 2017
±----------------------------------------------------------------------------+
| NVIDIA-SMI 370.12 Driver Version: 370.12 |
|-------------------------------±---------------------±---------------------+
| GPU Name TCC/WDDM | Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
|===============================+======================+======================|
| 0 GRID M60-8Q WDDM | 0000:02:04.0 On | N/A |
| N/A N/A P0 N/A / N/A | 755MiB / 8192MiB | 4% Default |
±------------------------------±---------------------±---------------------+
±----------------------------------------------------------------------------+
| Processes: GPU Memory |
| GPU PID Type Process name Usage |
|=============================================================================|
| 0 1600 C+G Insufficient Permissions N/A |
±----------------------------------------------------------------------------+
But when I apply any other GPU Profile (for instance, GRID M60-2Q), the Compute Mode is "Prohibited" and I can´t manage to change it to "Default" (although the result from "nvidia-smi -c 0" is "Set compute mode to DEFAULT for GPU 0000:02:04.0. All done", "nvidia-smi.exe" and "nvidia-smi -q -d compute" continue to report "Prohibited":
C:\Program Files\NVIDIA Corporation\NVSMI>nvidia-smi
Thu Sep 07 17:51:57 2017
±----------------------------------------------------------------------------+
| NVIDIA-SMI 370.12 Driver Version: 370.12 |
|-------------------------------±---------------------±---------------------+
| GPU Name TCC/WDDM | Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
|===============================+======================+======================|
| 0 GRID M60-2Q WDDM | 0000:02:04.0 On | N/A |
| N/A N/A P0 N/A / N/A | 355MiB / 2048MiB | 0% Prohibited |
±------------------------------±---------------------±---------------------+
±----------------------------------------------------------------------------+
| Processes: GPU Memory |
| GPU PID Type Process name Usage |
|=============================================================================|
| 0 4432 C+G Insufficient Permissions N/A |
±----------------------------------------------------------------------------+
C:\Program Files\NVIDIA Corporation\NVSMI>nvidia-smi -c 0
Set compute mode to DEFAULT for GPU 0000:02:04.0.
All done.
C:\Program Files\NVIDIA Corporation\NVSMI>nvidia-smi
Thu Sep 07 17:52:26 2017
±----------------------------------------------------------------------------+
| NVIDIA-SMI 370.12 Driver Version: 370.12 |
|-------------------------------±---------------------±---------------------+
| GPU Name TCC/WDDM | Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
|===============================+======================+======================|
| 0 GRID M60-2Q WDDM | 0000:02:04.0 On | N/A |
| N/A N/A P0 N/A / N/A | 355MiB / 2048MiB | 0% Prohibited |
±------------------------------±---------------------±---------------------+
±----------------------------------------------------------------------------+
| Processes: GPU Memory |
| GPU PID Type Process name Usage |
|=============================================================================|
| 0 4432 C+G Insufficient Permissions N/A |
±----------------------------------------------------------------------------+
C:\Program Files\NVIDIA Corporation\NVSMI>nvidia-smi -q -d compute
==============NVSMI LOG==============
Timestamp : Thu Sep 07 17:53:08 2017
Driver Version : 370.12
Attached GPUs : 1
GPU 0000:02:04.0
Compute Mode : Prohibited
So, could somebody tell me how to set Compute Mode "Default" for this GRID M60-2Q Profile?
Thank you very much!