CUDA

Website
http://numpy.scipy.org

CUDA 8.0

  • C++98, no later C++ version
Docker/Podman

CUDA can be used in Docker/Podman on all Fedora32-systems with NVIDIA-driver installed (even legacy 390) even on legacy systems without CUDA.

The difficulty is running it root-less.

podman run -it  -e NVIDIA_VISIBLE_DEVICES=all  --hooks-dir=/usr/share/containers/oci/hooks.d/ docker.io/nvidia/cuda:10.2-base

PyCUDA

http://mathema.tician.de/software/pycuda(external link)

Only works with CUDA 4.0 (per default) and the nvidia-current graphics driver

Log In