Multiverso/binding/lua
huxuan 1534f7d680 Minor change in xor multiver torch binding demos. 2016-06-19 23:52:57 +08:00
..
demos Minor change in xor multiver torch binding demos. 2016-06-19 23:52:57 +08:00
docs Add empty API.md. 2016-06-19 23:52:57 +08:00
.gitignore Add Lua.gitignore from github/gitignore. 2016-06-08 10:50:14 +08:00
ArrayTableHandler.lua [torch/lua] Split ArrayTableHandler and MatrixTableHandler. 2016-05-30 13:01:05 +08:00
CMakeLists.txt [torch/lua] make it a torch package. 2016-05-30 13:02:09 +08:00
Makefile [torch/lua] make it a torch package. 2016-05-30 13:02:09 +08:00
MatrixTableHandler.lua [torch/lua] Split ArrayTableHandler and MatrixTableHandler. 2016-05-30 13:01:05 +08:00
README.md Uppercase the title in README.md of torch binding. 2016-06-19 23:52:57 +08:00
init.lua [torch/lua] Friendly prompt when failing to find the shared object. 2016-06-08 17:46:44 +08:00
multiverso-scm-1.rockspec [torch/lua] Do not copy shared object during installation. 2016-06-08 17:43:25 +08:00
test.lua [torch/lua] Move util.Set in to test.lua. 2016-05-30 12:58:14 +08:00
util.lua [torch/lua] Move util.Set in to test.lua. 2016-05-30 12:58:14 +08:00

README.md

Multiverso Torch/Lua Binding

Requirements

Build multiverso successfully by following the README > build.

Installation

NOTE: Before installation, you need to make sure have libmultiverso.so build successfully according to Requirements.

make install

or

luarocks make

Unit Tests

make test

or

luajit test.lua