[lua-torch-torch7] branch master updated (555e7e7 -> c451907)

Zhou Mo cdluminate-guest at moszumanska.debian.org
Tue Mar 14 08:37:51 UTC 2017


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

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

      from  555e7e7   Import Debian changes 0~20170203-g68f34f6-1
       new  cb2297a   New upstream version 0~20170304-g329dff5
       new  a54f290   Merge tag 'upstream/0_20170304-g329dff5'
       new  b88cd8e   dch: import snapshot
       new  4616081   patche: refresh cmake-disable-simd-for-compatibility.patch
       new  c451907   symbols: refresh

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 TensorMath.lua                                     |  60 ++
 debian/changelog                                   |   8 +
 debian/libtorch-th.symbols                         | 266 ++++--
 .../cmake-disable-simd-for-compatibility.patch     |  14 +-
 doc/maths.md                                       | 213 +++++
 generic/Tensor.c                                   |   1 -
 lib/TH/CMakeLists.txt                              | 220 ++---
 lib/TH/README.md                                   |   7 +
 lib/TH/THGeneral.h.in                              |   7 -
 lib/TH/THStorage.c                                 |  53 ++
 lib/TH/THStorage.h                                 |   8 +
 lib/TH/THTensor.c                                  |   1 +
 lib/TH/THTensor.h                                  |   5 -
 lib/TH/THTensorApply.h                             | 554 ++++--------
 lib/TH/THVector.c                                  |   8 +
 lib/TH/cmake/FindMKL.cmake                         |   2 +-
 lib/TH/cmake/FindSSE.cmake                         |  16 +-
 lib/TH/generic/THTensor.c                          | 155 ++--
 lib/TH/generic/THTensor.h                          |   8 +-
 lib/TH/generic/THTensorConv.c                      |  10 +-
 lib/TH/generic/THTensorCopy.c                      |  13 +-
 lib/TH/generic/THTensorMath.c                      | 978 +++++++++++++++------
 lib/TH/generic/THTensorMath.h                      |  10 +
 lib/TH/generic/THVector.h                          |  11 +-
 lib/TH/generic/THVectorDefault.c                   | 105 ++-
 lib/TH/generic/THVectorDispatch.c                  | 171 +++-
 lib/TH/generic/simd/convolve.c                     |   6 +-
 lib/TH/generic/simd/simd.h                         |  36 +-
 lib/TH/vector/AVX.c                                | 274 ++++++
 lib/TH/vector/AVX.h                                |  23 +
 lib/TH/vector/AVX2.c                               |  47 +
 lib/TH/vector/AVX2.h                               |   9 +
 lib/TH/vector/NEON.c                               |  81 +-
 lib/TH/vector/SSE.c                                | 259 +++---
 test/test.lua                                      | 749 +++++++++++-----
 35 files changed, 3057 insertions(+), 1331 deletions(-)
 create mode 100644 lib/TH/README.md
 create mode 100644 lib/TH/vector/AVX.c
 create mode 100644 lib/TH/vector/AVX.h
 create mode 100644 lib/TH/vector/AVX2.c
 create mode 100644 lib/TH/vector/AVX2.h

-- 
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