Category "pycuda"

pytools.prefork.ExecError: error invoking 'nvcc --version': [Errno 2] No such file or directory

I have install pycuda and I am trying to test it with code below. import pycuda.driver as cuda import pycuda.autoinit from pycuda.compiler import SourceModule

Deleting an FFT plan in scikit-cuda destroys the pycuda context

I would like to use pycuda and the FFT functions from scikit-cuda together. The code below creates a skcuda.fft.Plan, deletes that plan and then tries to alloca