chongkuiqi/S2ANet

error: command '/usr/local/cuda-10.2/bin/nvcc' failed with exit code 1

Opened this issue · 1 comments

models/orn/src/cuda/ActiveRotatingFilter_cuda.cu:5:10: fatal error: THC/THC.h: 没有那个文件或目录
#include <THC/THC.h>
^~~~~~~~~~~
compilation terminated.
error: command '/usr/local/cuda-10.2/bin/nvcc' failed with exit code 1

models/orn/src/cuda/ActiveRotatingFilter_cuda.cu:5:10: fatal error: THC/THC.h: 没有那个文件或目录 #include <THC/THC.h> ^~~~~~~~~~~ compilation terminated. error: command '/usr/local/cuda-10.2/bin/nvcc' failed with exit code 1

I think it's a environment conflict, what's the version of pytorch and cuda?