-
Notifications
You must be signed in to change notification settings - Fork 483
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
problem with cutorch installation #253
Comments
#249 also. [ 4%] Building NVCC (Device) object lib/THC/CMakeFiles/THC.dir/THC_generated_THCTensorMathReduce.cu.o 1 error detected in the compilation of "/tmp/tmpxft_00006003_00000000-6_THCTensorMathPairwise.cpp1.ii". lib/THC/CMakeFiles/THC.dir/build.make:4272: 'lib/THC/CMakeFiles/THC.dir/THC_generated_THCTensorMathPairwise.cu.o' 타겟에 대한 명령이 실패했습니다 /home/booil/torch/extra/cutorch/lib/THC/generic/THCTensorMath.cu(414): error: more than one operator "==" matches these operands: 2 errors detected in the compilation of "/tmp/tmpxft_00006020_00000000-6_THCTensorMath.cpp1.ii". lib/THC/CMakeFiles/THC.dir/build.make:2763: 'lib/THC/CMakeFiles/THC.dir/THC_generated_THCTensorMath.cu.o' 타겟에 대한 명령이 실패했습니다 Error: Build error: Failed building. |
hi @booiljung, |
In file included from tmpxft_00007a94_00000000-4_THCTensorMathReduce.cudafe1.stub.c:1:0:
/tmp/tmpxft_00007a94_00000000-4_THCTensorMathReduce.cudafe1.stub.c:131:27: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See file:///usr/share/doc/gcc-5/README.Bugs for instructions.
CMake Error at THC_generated_THCTensorMathReduce.cu.o.cmake:267 (message):
Error generating file
/home/nomi/torch/extra/cutorch/build/lib/THC/CMakeFiles/THC.dir//./THC_generated_THCTensorMathReduce.cu.o
lib/THC/CMakeFiles/THC.dir/build.make:3975: recipe for target 'lib/THC/CMakeFiles/THC.dir/THC_generated_THCTensorMathReduce.cu.o' failed
make[2]: *** [lib/THC/CMakeFiles/THC.dir/THC_generated_THCTensorMathReduce.cu.o] Error 1
make[2]: *** Waiting for unfinished jobs....
Segmentation fault (core dumped)
CMake Error at THC_generated_THCTensorMathScan.cu.o.cmake:267 (message):
Error generating file
/home/nomi/torch/extra/cutorch/build/lib/THC/CMakeFiles/THC.dir//./THC_generated_THCTensorMathScan.cu.o
lib/THC/CMakeFiles/THC.dir/build.make:3982: recipe for target 'lib/THC/CMakeFiles/THC.dir/THC_generated_THCTensorMathScan.cu.o' failed
make[2]: *** [lib/THC/CMakeFiles/THC.dir/THC_generated_THCTensorMathScan.cu.o] Error 1
Can anyone tell how to resolve this error?
The text was updated successfully, but these errors were encountered: