- Hands-On GPU Programming with Python and CUDA
- Dr. Brian Tuomanen
- 118字
- 2021-06-10 19:25:38
Installing PyCUDA (Windows)
Due to the fact that most Python libraries are primarily written by and for Linux users, it is suggested that you install a pre-built PyCUDA wheel binary from Christoph Gohlke's site at the following address: https://www.lfd.uci.edu/~gohlke/pythonlibs/#pycuda. Download a file of the from pycuda?2017.1.1+cuda(VERSION)?cp27?cp27m?win_amd64.whl where version is your CUDA version number. You can now install PyCUDA by typing the following on the command line, and replacing pycuda.whl with the full path and filename of your PyCUDA wheel:
pip install pycuda.whl
(Alternatively, you can try installing PyCUDA from the PyPI repository with pip install pycuda , or by following the instructions on the PyCUDA website.)
推薦閱讀
- Cybersecurity:Attack and Defense Strategies
- 阿里云數字新基建系列:云原生操作系統Kubernetes
- 嵌入式Linux驅動程序和系統開發實例精講
- Windows Phone 8 Application Development Essentials
- RESS Essentials
- Python基礎教程(第3版)
- Android物聯網開發細致入門與最佳實踐
- Linux內核設計的藝術:圖解Linux操作系統架構設計與實現原理
- jQuery UI Cookbook
- 計算機應用基礎(Windows 7+Office 2016)
- Learn CUDA Programming
- 從實踐中學習Windows滲透測試
- Heroku Cloud Application Development
- Less Web Development Essentials
- Implementing Domain-Specific Languages with Xtext and Xtend(Second Edition)