extension-cpp icon indicating copy to clipboard operation
extension-cpp copied to clipboard

error: command '/usr/local/cuda/bin/nvcc' failed with exit status 1

Open zhengge opened this issue 4 years ago • 3 comments

  • OS: ubuntu 16.04.10
  • PyTorch version: 1.0.1
  • How you installed PyTorch (conda, pip, source): conda
  • Python version: 3.6.4
  • CUDA version: 9.0.176
  • GCC version (if compiling from source): 5.4.0

zhengge avatar Aug 01 '19 01:08 zhengge

  • OS: ubuntu 16.04.10
  • PyTorch version: 1.0.1
  • How you installed PyTorch (conda, pip, source): conda
  • Python version: 3.6.4
  • CUDA version: 9.0.176
  • GCC version (if compiling from source): 5.4.0

This may help you! https://github.com/pytorch/extension-cpp/issues/35#issuecomment-497935880

zhhezhhe avatar Aug 02 '19 07:08 zhhezhhe

I meet the same problem, but replace or add #include <torch/types.h> https://github.com/pytorch/extension-cpp/issues/35#issuecomment-497935880 still cant solve the problem

jayzhan211 avatar Jan 25 '20 02:01 jayzhan211

what are your OS, python, pytorch, CUDA and GCC versions ? what is the full build log ?

ClementPinard avatar Jan 27 '20 10:01 ClementPinard