- Hands-On GPU Programming with Python and CUDA
- Dr. Brian Tuomanen
- 96字
- 2021-06-10 19:25:37
Installing the CUDA Toolkit (Windows)
In the case of Windows users, you can install the package by double-clicking on the .exe file and following all the on-screen prompts.
Once the installation is complete, reset your system. We will now ensure that CUDA was installed correctly by checking the nvcc compiler. Under the Start menu, click on the Visual Studio 2015 folder, and then click VS2015 x64 Native Tools Command Prompt. A Terminal window will pop up; now type nvcc --version and press Enter, which should give you the version information of the NVIDIA compiler.
推薦閱讀
- Kubernetes修煉手冊
- Linux網絡管理與配置(第2版)
- Getting Started with oVirt 3.3
- Linux實戰(zhàn)
- Haskell Financial Data Modeling and Predictive Analytics
- 精通Linux內核開發(fā)
- 混沌工程實戰(zhàn):手把手教你實現(xiàn)系統(tǒng)穩(wěn)定性
- Application Development in iOS 7
- 分布式高可用架構之道
- Hands-On GPU Programming with Python and CUDA
- Learn SwiftUI
- Drupal 7 Cookbook
- Web Penetration Testing with Kali Linux(Third Edition)
- Linux內核分析及應用
- 基于Arduino的嵌入式系統(tǒng)入門與實踐