I have a GPU- NVIDIA A100 80G and installed tool kit, cuda 12.3 version and driver version 545.23.08 version ubuntu 20.04 LTS server.
But, I my driver is not working, I can see the
nvidia-smi
root@PA-server3:/usr/local/cuda-12.3/bin/crt# nvidia-smi
Mon Nov 20 20:29:53 2023
±--------------------------------------------------------------------------------------+
| NVIDIA-SMI 545.23.08 Driver Version: 545.23.08 CUDA Version: 12.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 80GB PCIe Off | 00000000:00:0A.0 Off | 0 |
| N/A 65C P0 89W / 300W | 4MiB / 81920MiB | 21% Default |
| | | Disabled |
±----------------------------------------±---------------------±---------------------+
±--------------------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=======================================================================================|
| No running processes found |
±--------------------------------------------------------------------------------------+
show as no running process found.
Also, I tested below test case, its throwing error.
root@PA-server3:/usr/local/cuda-12.3/bin/crt# /usr/local/cuda/extras/demo_suite/bandwidthTest -a
[CUDA Bandwidth Test] - Starting…
Running on…
Device 0: NVIDIA A100 80GB PCIe
Quick Mode
CUDA error at /dvs/p4/build/sw/rel/gpgpu/toolkit/r12.3/demo_suite/bandwidthTest/bandwidthTest.cu:756 code=801(cudaErrorNotSupported) “cudaEventCreate(&start)”
Please check and suggest on it.