1080ti的cuda版本
时间: 2025-01-30 13:09:45 浏览: 93
### NVIDIA GeForce GTX 1080 Ti Compatible CUDA Version
For the NVIDIA GeForce GTX 1080 Ti, compatibility with specific versions of CUDA is determined by its compute capability. The GTX 1080 Ti supports a maximum compute capability of `sm_61`[^1]. Based on this information:
- **CUDA Versions**: The GTX 1080 Ti can work effectively with CUDA versions up to and including CUDA 11.4.
When installing CUDA alongside the GTX 1080 Ti, it is important to ensure that both the CUDA Toolkit and cuDNN library are compatible with each other as well as with the hardware.
#### Installation Considerations
If starting from scratch without pre-installed drivers, downloading the runfile installer directly from the official site allows for an integrated installation process where choosing "Yes" during the prompt will handle the driver setup automatically.
To verify successful installation post-setup:
```bash
nvidia-smi
```
This command provides detailed information about the installed GPU and driver status.
阅读全文
相关推荐


















