- Hands-On GPU:Accelerated Computer Vision with OpenCV and CUDA
- Bhaumik Vaidya
- 236字
- 2021-08-13 15:48:18
Windows
This section covers the steps to install CUDA on Windows, which are as follows:
- Double-click on the installer. It will ask you to select the folder where temporary installation files will be extracted. Select the folder of your choice. It is recommended to keep this as the default.
- Then, the installer will check for system compatibility. If your system is compatible, you can follow the on screen prompt to install CUDA. You can choose between an express installation (default) and a custom installation. A custom installation allows you to choose which features of CUDA to install. It is recommended to select the express default installation.
- The installer will also install CUDA sample programs and the CUDA Visual Studio integration.
Please make sure you have Visual Studio installed before running this installer.
To confirm that the installation is successful, the following aspects should be ensured:
- All the CUDA samples will be located at C:\ProgramData\NVIDIA Corporation\CUDA Samples\vx.x if you have chosen the default path for installation.
- To check installation, you can run any project.
- We are using the device query project located at C:\ProgramData\NVIDIA Corporation\CUDA Samples\vx.x\1_Utilities\deviceQuery.
- Double-click on the *.sln file of your Visual Studio edition. It will open this project in Visual Studio.
- Then you can click on the local Windows debugger in Visual Studio. If the build is successful and the following output is displayed, then the installation is complete:
推薦閱讀
- Google Apps Script for Beginners
- Android項目開發入門教程
- Ext JS Data-driven Application Design
- 深入淺出Windows API程序設計:編程基礎篇
- Corona SDK Mobile Game Development:Beginner's Guide(Second Edition)
- Salesforce Reporting and Dashboards
- 從零開始學C語言
- 深度學習:Java語言實現
- 基于SpringBoot實現:Java分布式中間件開發入門與實戰
- Spring+Spring MVC+MyBatis從零開始學
- 編寫高質量代碼:改善Objective-C程序的61個建議
- C語言程序設計實訓教程與水平考試指導
- 零基礎學Scratch 3.0編程
- Android嵌入式系統程序開發(基于Cortex-A8)
- Android初級應用開發