- 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.)
推薦閱讀
- 鴻蒙生態(tài):開啟萬物互聯(lián)的智慧新時代
- Google系統(tǒng)架構(gòu)解密:構(gòu)建安全可靠的系統(tǒng)
- 嵌入式Linux系統(tǒng)開發(fā):基于Yocto Project
- Mastering KVM Virtualization
- Linux網(wǎng)絡(luò)內(nèi)核分析與開發(fā)
- 新手學(xué)電腦從入門到精通(Windows 10+Office 2016版)
- 嵌入式實(shí)時操作系統(tǒng)μC/OS原理與實(shí)踐
- 完美應(yīng)用RHEL 8
- 從實(shí)踐中學(xué)習(xí)Kali Linux無線網(wǎng)絡(luò)滲透測試
- iOS 8開發(fā)指南
- 分布式高可用架構(gòu)之道
- Linux軟件管理平臺設(shè)計與實(shí)現(xiàn)
- Linux應(yīng)用大全 基礎(chǔ)與管理
- OpenVZ Essentials
- OpenHarmony開發(fā)與實(shí)踐:基于紅莓RK2206開發(fā)板