You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
如果还不是很清楚 CUDA Toolkit 是什么,可以翻阅 [Nivida 官网的介绍](https://developer.nvidia.com/cuda-toolkit):
77
-
```
77
+
```plain
78
78
The NVIDIA® CUDA® Toolkit provides a development environment for creating high performance GPU-accelerated applications. With the CUDA Toolkit, you can develop, optimize, and deploy your applications on GPU-accelerated embedded systems, desktop workstations, enterprise data centers, cloud-based platforms and HPC supercomputers. The toolkit includes GPU-accelerated libraries, debugging and optimization tools, a C/C++ compiler, and a runtime library to deploy your application.
79
79
```
80
80
@@ -117,11 +117,11 @@ Hello world, CUDA! 0
117
117
118
118
Windows 环境配置同样需要安装 CUDA Toolkit,下载地址为:https://developer.nvidia.com/cuda-downloads。
0 commit comments