Skip to content
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

cutorch require problem #591

Open
shimen opened this issue Nov 10, 2016 · 0 comments
Open

cutorch require problem #591

shimen opened this issue Nov 10, 2016 · 0 comments

Comments

@shimen
Copy link

shimen commented Nov 10, 2016

I had made a full torch install after using clean-old.sh to clean all the old versions.
I have a problem with cutorch scm-1.
I had installed it with: luarocks install cutorch
When I run the command: luajit -lcutorch
I get:
ilyas@s29.black.bionic8.com ~$ luajit -lcutorch
luajit: /usr/local/share/lua/5.1/cutorch/init.lua:2: cannot load '/usr/local/lib/lua/5.1/libcutorch.so'
stack traceback:
[C]: in function 'require'
/usr/local/share/lua/5.1/cutorch/init.lua:2: in main chunk
[C]: at 0x0044cfb0
[C]: at 0x004054a0

When I install cutorch with this command: luarocks install cutorch 1.0-0
I get:
ilyas@s29.black.bionic8.com ~$ luajit -lcutorch
LuaJIT 2.1.0-beta1 -- Copyright (C) 2005-2015 Mike Pall. http://luajit.org/


|_ | | |
| | ___ _ __ | |
| |/ _ | '
_/ _| '
| | (
) | | | (| | | |
_/_
/|| ___|| |_|

JIT: ON SSE2 SSE3 SSE4.1 fold cse dce fwd dse narrow loop abc sink fuse

###############################################
Same for cunn just the cunn 1.0-0 works with cutorch 1.0-0, the cunn scm-1 does not work.
cudnn also not working

Dose the last version works only with cuda 8.0 or it still supports cuda 7.5?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant