Open ericliyanghui opened 6 years ago
I was wondering if you can tell me how to fix it. Or where to find your fixed version.
I was wondering if you can tell me how to fix it. Or where to find your fixed version.
sorry, though I fixed cutorch with manually cmake and make method. But when I installed the cunn with luarocks, it cannot find the cutorch dependency even though I put the libcutorch.so in the torch's lib directory.
Finally I installed successfully with cuda9.0. So I strongly advised you to use cuda9.0 so that you could install cutorch and cunn successfully.
As for the revised code for cutorch, I did not install(when reinstalling ubuntu).
@all
check this one https://github.com/torch/cutorch/issues/834
Hey,developers.
Recently I am installing Torch 7, and cunn, cutorch. When installing cutorch, I faced some "function overload" problems. Then I fixed them.
If you are still maintaining it, how can i upload it?