Tuesday, February 11, 2020

pycuda

pycuda error: src/cpp/cuda.cpp: No existe el archivo o el directorio

export PATH=/usr/local/cuda-10.2/bin:$PATH

Resources:
[1] Source https://github.com/inducer/pycuda (see too pyOpenCL)

[2] Documentation https://documen.tician.de/pycuda/tutorial.html

No comments:

OS Emulation on Ubuntu 20

    sudo apt update && sudo apt install qemu-system-x86   # Create a 1GB disk image   qemu-img create -f qcow2 win95.qcow2 1G qemu-i...