-
Notifications
You must be signed in to change notification settings - Fork 26
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
th -l cltorch cannot load libcltorch.so but luajit -l cltorch works #31
Comments
Did you try removing the first line of the |
Oh, |
Ah, cool :-) We should fix that issue somehow sometime really. |
Hey, spend one day on this confused problem. FINALLY I fix it by switch back to bash shell.
I used zsh before, can't properly load some path. @hughperkins thanks for your explanation. |
@hughperkins thank you so much. @tigerneil same as you. I switched to bash. I recommend you to extend bash with bash-it in exchange for zsh. |
Hi,
First I must say that I am really new to torch, lua etc.
I am currently trying to install and use cltorch.
Apprently the installation went right, but as I am trying to use cltorch with th it does not work and it raises "cannot load libcltorch.so" such as mentioned in :
#5
and #24
The thing is I am using the mac os Shell (I am on OSX El Capitan) and so the solutions proposed do not seem to be linked to my issue.
In another thread I saw the "luajit -l cltorch" command come out and tried it.
It seems to start another instance of torch than "th" and wen I do th> c = torch.ClTensor{7,4,5} it seems to work well as I get :
"Using Apple , OpenCL platform: Apple
Using OpenCL device: Iris"
Do you have any idea on how I can make it work ?
Thanks
The text was updated successfully, but these errors were encountered: