- 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.)
推薦閱讀
- 精解Windows 8
- 嵌入式應用程序設計綜合教程(微課版)
- Ganglia系統監控
- 高性能Linux服務器構建實戰:系統安全、故障排查、自動化運維與集群架構
- Instant Optimizing Embedded Systems using Busybox
- Learning Magento 2 Administration
- Social Data Visualization with HTML5 and JavaScript
- CentOS 6 Linux Server Cookbook
- Linux軟件管理平臺設計與實現
- iOS 10快速開發:18天零基礎開發一個商業應用
- Less Web Development Essentials
- Java EE 8 High Performance
- Unity AR/VR開發:實戰高手訓練營
- 分布式實時處理系統:原理、架構與實現
- Linux應用大全 服務器架設