C:\Users\Administrator>nvidia-smi
Sat Jan 11 01:27:43 2025
+---------------------------------------------------------------------------------------+
| NVIDIA-SMI 546.60 Driver Version: 546.60 CUDA Version: 12.3 |
|-----------------------------------------+----------------------+----------------------+
| GPU Name TCC/WDDM | Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. |
| | | MIG M. |
|=========================================+======================+======================|
| 0 NVIDIA GeForce RTX 4060 ... WDDM | 00000000:01:00.0 Off | N/A |
| N/A 27C P4 13W / 30W | 0MiB / 8188MiB | 0% Default |
| | | N/A |
+-----------------------------------------+----------------------+----------------------+
+---------------------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=======================================================================================|
| No running processes found |
+---------------------------------------------------------------------------------------+
I got this output from nvidia-smi
, it shows the cuda version is 12.3
but Ive installed cuda toolkit 12.6 from CUDA Toolkit 12.6 Update 3 Downloads | NVIDIA Developer
I think there might be some issues in my codes caused by cuda version older than cuda toolkit version, how should I solve it?