[lua-torch-torch7] branch master updated (8af90b7 -> 9498d61)

Zhou Mo cdluminate-guest at moszumanska.debian.org
Sun Jul 30 06:17:23 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  8af90b7   Import Debian changes 0~20170511-gae1a805-3
       new  7fd65a4   New upstream version 0~20170720-gaed3171
       new  0631179   Updated version 0~20170720-gaed3171 from 'upstream/0_20170720-gaed3171'
       new  e1a60c8   control: Bump Standards-Version to 4.0.0 (requires no change).
       new  c8d75c9   symbols: refresh
       new  02b4200   rules: Replace DEB_BUILD_OPTIONS with DH_BUILD_MAINT_OPTIONS
       new  736fb8e   dch: finalize
       new  9498d61   Import Debian changes 0~20170720-gaed3171-1

The 7 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                  |  36 +++++++---
 cmake/TorchPackage.cmake        |  33 +++++----
 debian/changelog                |   9 +++
 debian/control                  |   2 +-
 debian/libtorch-th.symbols      |  65 +++++++++++++++++-
 debian/rules                    |   2 +-
 doc/file.md                     |  14 ++--
 doc/maths.md                    |  61 ++++++++++++++++-
 doc/pipefile.md                 |   4 +-
 doc/random.md                   |   4 +-
 doc/tensor.md                   |   2 +-
 doc/tester.md                   |  42 ++++++------
 doc/timer.md                    |   6 +-
 generic/Tensor.c                |   8 +--
 generic/TensorOperator.c        |  16 +++--
 init.lua                        |  16 ++++-
 lib/TH/CMakeLists.txt           |  51 +++++++++++---
 lib/TH/TH.h                     |   1 +
 lib/TH/THAllocator.c            |   7 ++
 lib/TH/THDiskFile.c             |   3 +
 lib/TH/THGeneral.c              |  38 +++++++++++
 lib/TH/THGeneral.h.in           |   8 +++
 lib/TH/THSize.c                 |  26 +++++++
 lib/TH/THSize.h                 |  13 ++++
 lib/TH/THStorage.c              | 137 +++++++++++++++++++++++++------------
 lib/TH/THStorage.h              |  16 +++--
 lib/TH/THTensorApply.h          |  32 +++++++--
 lib/TH/THTensorDimApply.h       |  52 ++++++++++----
 lib/TH/cmake/FindBLAS.cmake     |  16 +++++
 lib/TH/cmake/FindMKL.cmake      |  27 ++++++--
 lib/TH/generic/THBlas.c         |  11 +++
 lib/TH/generic/THTensor.c       |  65 ++++++++++++++++--
 lib/TH/generic/THTensor.h       |   3 +
 lib/TH/generic/THTensorCopy.c   |  71 ++++++++++++++++++-
 lib/TH/generic/THTensorLapack.c |   5 +-
 lib/TH/generic/THTensorLapack.h |   2 +-
 lib/TH/generic/THTensorMath.c   | 146 +++++++++++++++++++++++++++++++++++++---
 lib/TH/generic/THTensorMath.h   |  11 +--
 lib/TH/generic/THTensorRandom.c | 110 ++++++++++++++++++++++++++++++
 lib/TH/generic/THTensorRandom.h |   2 +
 lib/luaT/CMakeLists.txt         |  11 ++-
 test/test.lua                   |  23 +++++++
 test/test_aliasMultinomial.lua  |  40 +++++++++++
 43 files changed, 1060 insertions(+), 187 deletions(-)
 create mode 100644 lib/TH/THSize.c
 create mode 100644 lib/TH/THSize.h
 create mode 100644 test/test_aliasMultinomial.lua

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