May 2019
Intermediate to advanced
452 pages
12h 16m
English
This is the recommended way to get started with accelerated Numba for a production environment.
To set up Numba for CUDA within Anaconda, follow these instructions:
First, let's install numba with the following conda commands on a Terminal. Proceed by entering y. The first command will be necessary depending upon the updated state of the Anaconda installation. Also here, we choose the cudatoolkit Conda package specifically for CUDA 9.0 (installed system-wide):
$ conda update -n base conda -c anacondaCollecting package metadata: doneSolving environment: done---proceed ([y]/n)? y---$ conda install -c anaconda numba cudatoolkit=9.0Collecting package metadata: doneSolving environment: doneThe ...
Read now
Unlock full access