torch / cutorch

A CUDA backend for Torch7
Other
337 stars 208 forks source link

Cuda 9.2 support? #826

Open CharAznableLoNZ opened 6 years ago

CharAznableLoNZ commented 6 years ago

Freshly installed torch and built cutorch on a machine running cuda 9.2. Everything built correctly however when I tried to utilize it, it appears 9.2 is not recognized. Any information I can provide I'd be more than happy to.

user@Nagisa:~/waifu2x$ th web.lua THCudaCheck FAIL file=/home/user/torch/extra/cutorch/lib/THC/THCGeneral.c line=70 error=35 : CUDA driver version is insufficient for CUDA runtime version /home/user/torch/install/bin/luajit: /home/user/torch/install/share/lua/5.1/trepl/init.lua:389: lib/w2nn.lua:18: Failed to load CUDA modules. Please check the CUDA Settings.

/home/user/torch/install/share/lua/5.1/trepl/init.lua:389: cuda runtime error (35) : CUDA driver version is insufficient for CUDA runtime version at /home/user/torch/extra/cutorch/lib/THC/THCGeneral.c:70 stack traceback: [C]: in function 'error' /home/user/torch/install/share/lua/5.1/trepl/init.lua:389: in function 'require' web.lua:7: in main chunk [C]: in function 'dofile' ...user/torch/install/lib/luarocks/rocks/trepl/scm-1/bin/th:150: in main chunk [C]: at 0x00405d50

CharAznableLoNZ commented 6 years ago

A friendly bump since it's been three days.

CharAznableLoNZ commented 6 years ago

Anyone?

CharAznableLoNZ commented 6 years ago

It's been two weeks now, is this project dead?

AlberTajuelo commented 5 years ago

@anonymau5 Did you make it work? Or did you move to CUDA 9.1?