jcjohnson / torch-rnn

Efficient, reusable RNNs and LSTMs for torch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"luarocks install cltorch" no longer supported

ryuhimora opened this issue · 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?

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.