-
Notifications
You must be signed in to change notification settings - Fork 20
Description
Hey dude, I've tried to compile but I'm having some difficulties around the cutorch dependencies.
[ 70%] Building NVCC (Device) object openMVG/features/deep/cunnproduction/CMakeFiles/cunn.dir/cunn_generated_SpatialConvolution.cu.o
/home/evan/Modelling/openMVG_GPULatch/src/openMVG/features/deep/cunnproduction/SpatialConvolution.cu(176): error: identifier "THCudaBlas_gemm" is undefined
1 error detected in the compilation of "/tmp/tmpxft_00002e42_00000000-7_SpatialConvolution.cpp1.ii".
CMake Error at cunn_generated_SpatialConvolution.cu.o.cmake:263 (message):
Error generating file
/home/evan/Modelling/openMVG_GPULatch/build/openMVG/features/deep/cunnproduction/CMakeFiles/cunn.dir//./cunn_generated_SpatialConvolution.cu.o
openMVG/features/deep/cunnproduction/CMakeFiles/cunn.dir/build.make:635: recipe for target 'openMVG/features/deep/cunnproduction/CMakeFiles/cunn.dir/cunn_generated_SpatialConvolution.cu.o' failed
make[2]: *** [openMVG/features/deep/cunnproduction/CMakeFiles/cunn.dir/cunn_generated_SpatialConvolution.cu.o] Error 1
CMakeFiles/Makefile2:2521: recipe for target 'openMVG/features/deep/cunnproduction/CMakeFiles/cunn.dir/all' failed
make[1]: *** [openMVG/features/deep/cunnproduction/CMakeFiles/cunn.dir/all] Error 2
Makefile:127: recipe for target 'all' failed
make: *** [all] Error 2
Ubuntu 16.04, opencv 3.1 everything tested and working.
I'm using Cuda 8.0 and torch 7 with cutorch installed as well.
I have a feeling it's a path error but can't for the life of me find out where the problem is.
Thanks a mill
Evan