[lua-torch-torch7] branch master updated (0dff46b -> b9d402c)

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


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  0dff46b   rules: avoid the .pc surprise
       new  d3f95c6   New upstream version 0~20160908-ge5ebac6
       new  6d37863   Merge tag 'upstream/0_20160908-ge5ebac6'
       new  0acd204   dch: import upstream snapshot
       new  7d36088   patch: remove merged patch
       new  86fc67f   patch: remove merged patches
       new  657e411   rules: elegant configure
       new  9be661e   patch: add fix-cmake-checkfunctionexists
       new  30d925f   symbols: refresh symbols control file
       new  2a5cff0   lintian: override more W+E by misreport
       new  5bb2635   control: maintainer is science team
       new  b9d402c   dch: release to exp

The 11 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:
 File.lua                                         |   4 +-
 ROADMAP.md                                       |   2 +-
 Tensor.lua                                       |   2 +-
 Tester.lua                                       |   2 +-
 debian/changelog                                 |  17 +
 debian/control                                   |   3 +-
 debian/libtorch-luat.lintian-overrides           |   3 +
 debian/libtorch-th.lintian-overrides             |   4 +
 debian/libtorch-th.symbols                       |  91 ++++
 debian/libtorch-th.symbols.amd64                 |  91 ++++
 debian/libtorch-th.symbols.i386                  |  91 ++++
 debian/patches/TH-cmake-add-version              |  15 -
 debian/patches/fix-32bit-system-abs-failure      |  28 --
 debian/patches/fix-cmake-checkfunctionexists     |  18 +
 debian/patches/fix-spelling-error                |  92 ----
 debian/patches/luaT-cmake-add-version            |  15 -
 debian/patches/series                            |   6 +-
 debian/rules                                     |  13 +-
 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 +-
 42 files changed, 1457 insertions(+), 853 deletions(-)
 delete mode 100644 debian/patches/TH-cmake-add-version
 delete mode 100644 debian/patches/fix-32bit-system-abs-failure
 create mode 100644 debian/patches/fix-cmake-checkfunctionexists
 delete mode 100644 debian/patches/fix-spelling-error
 delete mode 100644 debian/patches/luaT-cmake-add-version
 create mode 100644 lib/TH/THVector.c
 create mode 100644 lib/TH/generic/THVector.h
 rename lib/TH/generic/{THVector.c => THVectorDefault.c} (67%)
 create mode 100644 lib/TH/generic/THVectorDispatch.c
 create mode 100644 lib/TH/generic/simd/simd.h
 create mode 100644 lib/TH/vector/NEON.c
 create mode 100644 lib/TH/vector/SSE.c

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