[lua-torch-torch7] 02/07: Merge tag 'upstream/0_20170511-gae1a805'

Zhou Mo cdluminate-guest at moszumanska.debian.org
Sat May 20 10:07:56 UTC 2017


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 4ada0ec11e41f3771aedaa105b6b8e81a2fa855a
Merge: 6181e62 d98615a
Author: Zhou Mo <cdluminate at gmail.com>
Date:   Sat May 20 09:10:05 2017 +0000

    Merge tag 'upstream/0_20170511-gae1a805'
    
    Upstream version 0~20170511-gae1a805

 CMakeLists.txt                                     |    2 +-
 CmdLine.lua                                        |    4 +-
 FFI.lua => FFInterface.lua                         |    4 +
 README.md                                          |    6 +-
 TensorMath.lua                                     |   27 +-
 doc/tensor.md                                      |   24 +-
 init.lua                                           |    2 +-
 lib/TH/CMakeLists.txt                              |   15 +-
 lib/TH/README.md                                   |    6 +-
 lib/TH/THGenerateAllTypes.h                        |   10 +-
 lib/TH/THGenerateByteType.h                        |   24 +
 lib/TH/THGenerateCharType.h                        |   24 +
 ...GenerateFloatTypes.h => THGenerateDoubleType.h} |   21 +-
 ...HGenerateFloatTypes.h => THGenerateFloatType.h} |   21 +-
 lib/TH/THGenerateFloatTypes.h                      |   44 +-
 lib/TH/THGenerateHalfType.h                        |    2 +-
 lib/TH/THGenerateIntType.h                         |   24 +
 lib/TH/THGenerateIntTypes.h                        |   97 +-
 lib/TH/THGenerateLongType.h                        |   24 +
 lib/TH/THGenerateShortType.h                       |   24 +
 lib/TH/THMath.h                                    |   17 +-
 lib/TH/THStorage.c                                 |   37 +
 lib/TH/THStorage.h                                 |    1 +
 lib/TH/THTensorApply.h                             |   10 +-
 lib/TH/cmake/FindSSE.cmake                         |    2 +-
 lib/TH/generic/THBlas.c                            |    9 +-
 lib/TH/generic/THLapack.c                          |   16 +
 lib/TH/generic/THLapack.h                          |    1 +
 lib/TH/generic/THTensor.c                          |   23 +-
 lib/TH/generic/THTensor.h                          |    1 +
 lib/TH/generic/THTensorLapack.c                    |  177 ++
 lib/TH/generic/THTensorLapack.h                    |    3 +
 lib/TH/generic/THTensorMath.c                      |  175 +-
 lib/TH/generic/THTensorMath.h                      |   25 +-
 lib/TH/generic/simd/simd.h                         |   12 +-
 lib/TH/vector/VSX.c                                | 2063 +++++++++++++-------
 lib/luaT/README.md                                 |   64 +-
 test/test.lua                                      |   38 +-
 38 files changed, 2033 insertions(+), 1046 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