Installing CUDA Python - Numba - Ubuntu 18.04 LTS
You can run push portions of your Python programs to NVidia GPUs with Numba. The install instructions are here.
Notes and Tips
- NVidia official GPU drivers are installed. Opensource GPU drivers don't work per Numba Installation guide
- CUDA development kit is not required per the Numba install instructions
- See Seven Things You Might Not Know About Numba
Install CUDA Python Support
Run Python Anaconda | |
---|---|
Install Anaconda | Follow Linux installation instructions on Anaconda site
|
Install Cuda Python and JIT | conda install numba & conda install cudatoolkit |
Verify Python program | Use the program at the bottom of this page |
Sample Python Program
See https://github.com/freemansoft/python-playground for sample programs
Change log
Created 2020 03
Comments
Post a Comment