torch / cutorch

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

I fixed some bugs for cuda 10 #835

Open ericliyanghui opened 5 years ago

ericliyanghui commented 5 years ago

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?

lin60102 commented 5 years ago

I was wondering if you can tell me how to fix it. Or where to find your fixed version.

ericliyanghui commented 5 years ago

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).

chakpongchung commented 5 years ago

@all

check this one https://github.com/torch/cutorch/issues/834