torch-rnn icon indicating copy to clipboard operation
torch-rnn copied to clipboard

"luarocks install cltorch" no longer supported

Open ryuhimora opened this issue 7 years ago • 1 comments

I use AMD GPUs and therefore have to use cltorch for GPU acceleration, however cltorch can no longer be installed using luarocks. How to I integrate a manually installed cltorch into the Torch install for torch-rnn?

ryuhimora avatar May 23 '17 16:05 ryuhimora

You need to install cltorch distro separately as described in https://github.com/hughperkins/distro-cl and use it instead of your regular torch install.

antihutka avatar May 24 '17 09:05 antihutka