-
Notifications
You must be signed in to change notification settings - Fork 172
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation problem with luarocks #295
Comments
I'm experiencing the same issues, minus the initial warnings that should be fixed by installing FindCuda (luarocks install FindCuda) |
sorry, a commit to cutorch last night broke this. I'm fixing it now. |
Shhould be fixed now. |
It works now. Thanks! |
@soumith Hi, I am having a very similar issue viorik/extracunn#1 (comment) when installing extracunn, and it seems to be that the recent commits you mentioned might be the reason for that. It would be great if you can help me with that. |
I cannot install cunn with
luarocks install cunn
. I have installed cutorch butluarocks install cunn
gives me the following error message:I don't know why it says THCudaTensor_pointwiseApply is undefined. I also followed #265 and added -D_FORCE_INLINES but it's still not working. Thanks!
The text was updated successfully, but these errors were encountered: