【发布时间】:2021-04-21 07:44:05
【问题描述】:
我安装了 CUDA 11.2 并意识到这不是我想要的版本...然后我通过控制面板“卸载程序”卸载它并卸载所有 CUDA 11.2 的东西(但我没有卸载那些 Nvidia Nsight 的东西)
之后我安装了 CUDA 10.2,但是当我键入以下 2 个命令时,两者都向我显示了不同的 CUDA 版本。 我正在使用带有 GeForce GTX 1650 的 Windows 10。
> nvcc --version
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2019 NVIDIA Corporation
Built on Wed_Oct_23_19:32:27_Pacific_Daylight_Time_2019
Cuda compilation tools, release 10.2, V10.2.89
但是有
>nvidia-smi
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 461.09 Driver Version: 461.09 CUDA Version: 11.2 |
|-------------------------------+----------------------+----------------------+
| 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 GeForce GTX 1650 WDDM | 00000000:01:00.0 Off | N/A |
| N/A 38C P8 8W / N/A | 134MiB / 4096MiB | 0% Default |
| | | N/A |
+-------------------------------+----------------------+----------------------+
+-----------------------------------------------------------------------------+
| Processes: |
| GPU GI CI PID Type Process name GPU Memory |
| ID ID Usage |
|=============================================================================|
| No running processes found |
+-----------------------------------------------------------------------------+
10.2 和 11.2...对此有什么想法吗?
谢谢!!
【问题讨论】:
标签: tensorflow cuda nvidia cudnn