May 2019
Intermediate to advanced
452 pages
12h 16m
English
This is the recommended way to get started with PyOpenCL for a productivity environment to ensure risk-free experimentation. To set up PyOpenCL within Anaconda, first, let's install pyopencl with conda with the following commands on a Terminal. Proceed by entering y. The first command will be necessary, depending on 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 conda-forge pyopenclCollecting package metadata: doneSolving environment: doneThe following NEW packages will be INSTALLED:pyopencl conda-forge/linux-64::pyopencl-2018.2.5-py36h8619c78_0---proceed ([y]/n)? ...
Read now
Unlock full access