Pytorch extension-cuda
2019-08-01 本文已影响0人
zhenggeaza
error: command '/usr/local/cuda/bin/nvcc' failed with exit status 1
方法:
将.cu文件中的 #include <torch/extension.h> 改为 #include <torch/types.h>
error: command '/usr/local/cuda/bin/nvcc' failed with exit status 1
方法:
将.cu文件中的 #include <torch/extension.h> 改为 #include <torch/types.h>