1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
lua-torch-torch7 for Debian
This package is build against the "generic BLAS" library instead of openblas
or atlas or something else. For better performance please make sure that
your system installed openblas or atlas library.
If you want to test if this package works for you, the quickest way to achieve
that is as follows:
$ luajit -ltorch -e 'torch.test()'
Quite simple. It should work well if the above command doesn't complain.
-- Zhou Mo <cdluminate@gmail.com> Mon, 03 Oct 2016 08:57:01 +0000
You need to recompile this package if you want to use it with Intel's
MKL library. Please check the instructions in debian/rules.
(See #897894)
-- Mo Zhou <cdluminate@gmail.com> Thu, 10 May 2018 07:19:58 +0000
|