No GPU Instance is Found - MIG Creatioin

Hello,

I have a ubuntu server with Nvidia A100, and I am trying to create MIG by enabling
Commands and the output:

sudo nvidia-smi -mig 1

Enabled MIG Mode for GPU 00000000:01:01.0
Warning: persistence mode is disabled on device 00000000:01:01.0. See the Known Issues section of the nvidia-smi(1) man page for more information. Run with [–help | -h] switch to get more information on how to enable persistence mode.
All done.

nvidia-smi

±----------------------------------------------------------------------------+
| NVIDIA-SMI 465.19.01 Driver Version: 465.19.01 CUDA Version: 11.3 |
|-------------------------------±---------------------±---------------------+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
|===============================+======================+======================|
| 0 NVIDIA A100-PCI… Off | 00000000:01:01.0 Off | Off |
| N/A 38C P0 38W / 250W | 0MiB / 40536MiB | N/A Default |
| | | Enabled |
±------------------------------±---------------------±---------------------+
±----------------------------------------------------------------------------+
| MIG devices: |
±-----------------±---------------------±----------±----------------------+
| GPU GI CI MIG | Memory-Usage | Vol| Shared |
| ID ID Dev | BAR1-Usage | SM Unc| CE ENC DEC OFA JPG|
| | | ECC| |
|==================+======================+===========+=======================|
| No MIG devices found |
±----------------------------------------------------------------------------+
±----------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=============================================================================|
| No running processes found |
±----------------------------------------------------------------------------+

sudo nvidia-smi -L

GPU 0: NVIDIA A100-PCIE-40GB (UUID: GPU-35f34942-72d3-9f1f-7e9c-41060b719719)

When I try to create new MIG instance,

nvidia-smi mig -cci GPU-35f34942-72d3-9f1f-7e9c-41060b719719

I got,

No GPU instances found: Not Found

How to solve, thank you

Hi @vishakraj,
This forum is dedicated to discussions related to debugging with CUDA-GDB . For installation questions, you may have better luck in the CUDA Setup and Installation - NVIDIA Developer Forums forum.

I have moved your post there.

Thank you so much…