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

Installation command for openCL packages #1

Open
jonathanpeterwu opened this issue Jun 6, 2016 · 0 comments
Open

Installation command for openCL packages #1

jonathanpeterwu opened this issue Jun 6, 2016 · 0 comments

Comments

@jonathanpeterwu
Copy link

jonathanpeterwu commented Jun 6, 2016

Ran into an install error using the following commands for cltorch, clnn.

The github repo recommends using the non luarocks installation method:

Please do NOT use any of: luarocks install nn, luarocks install torch, luarocks install cltorch, luarocks install clnn, luarocks install cutorch, or luarocks install cunn. This will break your installation, and is not supported. The supported update method is:

git clone --recursive https://github.com/hughperkins/distro -b distro-cl ~/torch-cl
cd ~/torch-cl
bash install-deps
./install.sh

Update packages using these commands

cd ~/torch-cl
git pull
git submodule update --init --recursive
./install.sh
@llSourcell llSourcell mentioned this issue Jun 8, 2016
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