rocmarchive / cunn_hip

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

luajit often reports it does not have enough memory

bensander opened this issue · comments

Here's an example:
luajit: error loading module 'cunn.THCUNN_h' from file '/root/torch/install/share/lua/5.1/cunn/THCUNN_h.lua':
not enough memory

Do we need to switch off luajit?

More info:
twitter-archive/torch-autograd#17

Todo: Try this:

git clone https://github.com/torch/distro.git ~/torch --recursive
cd ~/torch;
TORCH_LUA_VERSION=LUA51 ./install.sh

I used TORCH_LUA_VERSION=LUA52

and this worked. I will update the Confluence page.