[lua-torch-torch7] 02/11: Merge tag 'upstream/0_20160908-ge5ebac6'

Zhou Mo cdluminate-guest at moszumanska.debian.org
Sat Sep 10 04:47:33 UTC 2016


This is an automated email from the git hooks/post-receive script.

cdluminate-guest pushed a commit to branch master
in repository lua-torch-torch7.

commit 6d378632c26ebdea466ea85ed17e1c18f45a8667
Merge: 0dff46b d3f95c6
Author: Zhou Mo <cdluminate at gmail.com>
Date:   Sat Sep 10 03:25:43 2016 +0000

    Merge tag 'upstream/0_20160908-ge5ebac6'
    
    Upstream version 0~20160908-ge5ebac6

 File.lua                                         |   4 +-
 ROADMAP.md                                       |   2 +-
 Tensor.lua                                       |   2 +-
 Tester.lua                                       |   2 +-
 doc/maths.md                                     |  43 +-
 doc/random.md                                    |  10 +-
 generic/Tensor.c                                 |   1 +
 lib/TH/CMakeLists.txt                            |  56 ++-
 lib/TH/THAllocator.c                             | 305 ++++++++++--
 lib/TH/THAllocator.h                             |  18 +-
 lib/TH/THAtomic.h                                |   7 +
 lib/TH/THDiskFile.c                              |   2 +-
 lib/TH/THTensor.c                                |   1 +
 lib/TH/THVector.c                                |  17 +
 lib/TH/THVector.h                                | 571 +----------------------
 lib/TH/generic/THStorage.c                       |  24 +-
 lib/TH/generic/THStorage.h                       |   3 +-
 lib/TH/generic/THTensorMath.c                    |  16 +-
 lib/TH/generic/THTensorRandom.c                  |   2 +-
 lib/TH/generic/THVector.h                        |  14 +
 lib/TH/generic/{THVector.c => THVectorDefault.c} |  12 +-
 lib/TH/generic/THVectorDispatch.c                | 140 ++++++
 lib/TH/generic/simd/simd.h                       |  91 ++++
 lib/TH/vector/NEON.c                             | 252 ++++++++++
 lib/TH/vector/SSE.c                              | 213 +++++++++
 lib/luaT/CMakeLists.txt                          |   4 +
 lib/luaT/README.md                               |   2 +-
 test/test.lua                                    |   9 +-
 28 files changed, 1132 insertions(+), 691 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/lua-torch-torch7.git



More information about the debian-science-commits mailing list