May 2019
Intermediate to advanced
452 pages
12h 16m
English
This is the recommended way to get started with PyCUDA for a productivity environment. By using a virtual environment, you can safely experiment with your programming skills without affecting the system-wide Python setup.
To set up PyCUDA within Anaconda, let's install pycuda with conda via the following commands on a Terminal. Proceed by entering y. The first command would be necessary depending upon the updated state of the Anaconda installation:
$ conda update -n base conda -c anacondaCollecting package metadata: doneSolving environment: done---proceed ([y]/n)? y---$ conda install -c lukepfister pycudaCollecting package metadata: doneSolving environment: doneThe following NEW packages will be INSTALLED: ...
Read now
Unlock full access