You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@elfPlane@rahul-iyer The problem was the Lua version, it only works with 5.1 not 5.2.
I have the same question and I solve the problem by reinstall torch with lua 5.1. TORCH_LUA_VERSION=LUA51 ./install.sh
I got a problem with
[$ make clean && make
find . -type f | xargs -n 5 touch
rm -f libcuda_utils.so
/usr/local/cuda-8.0/bin/nvcc -arch sm_35 -O3 -DNDEBUG --compiler-options '-fPIC' -o libcuda_utils.so --shared cuda_utils.cu -I/home/chloe/torch/install/include/THC -I/home/chloe/torch/install/include/TH -I/home/chloe/torch/install/include -L/home/chloe/torch/install/lib -Xlinker -rpath,/home/chloe/torch/install/lib -lluaT -lTHC -lTH -lpng
cuda_utils.cu(509): error: identifier "luaL_openlib" is undefined
1 error detected in the compilation of "/tmp/tmpxft_00004fc0_00000000-9_cuda_utils.cpp1.ii".
makefile:10: 'libcuda_utils.so' failed operation]
Do you know about this problem to solve? with cuda 8.0
The text was updated successfully, but these errors were encountered: