- 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.)
推薦閱讀
- Linux設備驅動開發詳解(第2版)
- Learning OpenDaylight
- WordPress Mobile Web Development:Beginner's Guide
- Windows Phone 7.5 Data Cookbook
- Ganglia系統監控
- 竹林蹊徑:深入淺出windows驅動開發
- ElasticSearch Cookbook
- Fedora 12 Linux應用基礎
- OpenSolaris設備驅動原理與開發
- iOS 8開發指南
- Troubleshooting Docker
- Windows 7使用詳解(修訂版)
- iOS 10 開發指南
- 統信UOS應用開發進階教程
- 大學計算機應用基礎實踐教程(Windows 7+MS Office 2010)