Hi, when I running "bash install.sh", I encountered this problem:
channelnorm_kernel.cu:3:10: fatal error: ATen/cuda/CUDAContext.h: No such file or directory
include <ATen/cuda/CUDAContext.h>
^~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
error: command '/usr/local/cuda/bin/nvcc' failed with exit status 1
Any idea how to solve it?
My pytorch version is 0.4.1.post2
Hi, when I running "bash install.sh", I encountered this problem: channelnorm_kernel.cu:3:10: fatal error: ATen/cuda/CUDAContext.h: No such file or directory
include <ATen/cuda/CUDAContext.h>
compilation terminated. error: command '/usr/local/cuda/bin/nvcc' failed with exit status 1 Any idea how to solve it? My pytorch version is 0.4.1.post2