pycuda — 'CUDA_ROOT not set, and nvcc not in path.'

前端 未结 3 1769
自闭症患者
自闭症患者 2020-12-20 15:27

Although i had installed pycuda and using it ok,it started (without doing sth) not to work.So,i i tried to do the install again ,but when i am doing

3条回答
  •  无人及你
    2020-12-20 15:54

    In my case, I had to set CUDA_ROOT=/usr/local/cuda because with /usr/local/cuda/bin path, it was not able find include folder and it was failing with error didn't find cuda.h.

提交回复
热议问题