I trying to bring up GPU A30x on Ubuntu 22.04 server:
OS: Ubuntu 22.04
GPU: NVIDIA A30x
Driver installed: NVIDIA-Linux-x86_64-550.54.14.run (Installation went through successfully)
nvidia-smi
Fri Nov 1 22:43:57 2024
±----------------------------------------------------------------------------------------+
| NVIDIA-SMI 550.54.14 Driver Version: 550.54.14 CUDA Version: 12.4 |
|-----------------------------------------±-----------------------±---------------------+
| 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 A30X Off | 00000000:04:00.0 Off | On |
| N/A 34C P0 67W / 230W | 0MiB / 24576MiB | 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 |
±----------------------------------------------------------------------------------------+
Trying to run CUDA-sample deviceQuery and running into following issue
~/cuda-samples/Samples/1_Utilities/deviceQuery$ ./deviceQuery
./deviceQuery Starting…
CUDA Device Query (Runtime API) version (CUDART static linking)
cudaGetDeviceCount returned 3
→ initialization error
Result = FAIL
Not sure how to resolve this issue ? Am I missing something here ?