[lua-torch-torch7] branch master updated (431e872 -> c4f3cd5)

Zhou Mo cdluminate-guest at moszumanska.debian.org
Mon Jan 9 14:41:16 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  431e872   patch: disable several ISAs on arm*
       new  47a12cb   New upstream version 0~20170106-gf624ae9
       new  e016ca5   Merge tag 'upstream/0_20170106-gf624ae9'
       new  c4f3cd5   dch: bump upstream version after importing

The 3 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:
 FFI.lua                           |  145 +--
 Storage.c                         |    3 +
 Tensor.c                          |    3 +
 Tensor.lua                        |   18 +-
 TensorMath.lua                    |   69 +-
 Tester.lua                        |    1 +
 debian/changelog                  |    2 +-
 doc/maths.md                      |   47 +-
 generic/Storage.c                 |    4 +-
 generic/Tensor.c                  |   49 +-
 generic/TensorOperator.c          |   10 +-
 generic/luaG.h                    |   30 +-
 init.c                            |    7 +-
 lib/TH/CMakeLists.txt             |   33 +-
 lib/TH/THAllocator.c              |    1 +
 lib/TH/THDiskFile.c               |   12 +-
 lib/TH/THFile.c                   |    3 +
 lib/TH/THFile.h                   |    7 +
 lib/TH/THFilePrivate.h            |    7 +
 lib/TH/THGeneral.c                |    2 +-
 lib/TH/THGenerateAllTypes.h       |    1 -
 lib/TH/THGenerateHalfType.h       |   19 +
 lib/TH/THHalf.c                   |  138 +++
 lib/TH/THHalf.h                   |   40 +
 lib/TH/THMemoryFile.c             |   14 +-
 lib/TH/THStorage.c                |    6 +
 lib/TH/THStorage.h                |    6 +
 lib/TH/THTensor.c                 |    6 +
 lib/TH/THTensor.h                 |    6 +
 lib/TH/THTensorApply.h            |   42 +-
 lib/TH/THTensorDimApply.h         |   64 ++
 lib/TH/THVector.c                 |    5 +
 lib/TH/cmake/FindARM.cmake        |    4 +-
 lib/TH/generic/THBlas.c           |   11 +-
 lib/TH/generic/THStorageCopy.c    |   47 +-
 lib/TH/generic/THStorageCopy.h    |    1 +
 lib/TH/generic/THTensor.c         |    2 +-
 lib/TH/generic/THTensorConv.c     |    6 +-
 lib/TH/generic/THTensorConv.h     |    3 +-
 lib/TH/generic/THTensorCopy.c     |   34 +-
 lib/TH/generic/THTensorCopy.h     |    1 +
 lib/TH/generic/THTensorLapack.c   |    2 +-
 lib/TH/generic/THTensorMath.c     |  198 +++-
 lib/TH/generic/THTensorMath.h     |    4 +-
 lib/TH/generic/THVectorDispatch.c |   31 +-
 lib/TH/generic/simd/simd.h        |   60 +-
 lib/TH/vector/VSX.c               | 1915 +++++++++++++++++++++++++++++++++++++
 lib/luaT/luaT.c                   |    2 +-
 test/test.lua                     |  227 ++++-
 test/test_half.lua                |   55 ++
 test/test_writeObject.lua         |   11 +-
 torchcwrap.lua                    |   55 +-
 52 files changed, 3210 insertions(+), 259 deletions(-)
 create mode 100644 lib/TH/THGenerateHalfType.h
 create mode 100644 lib/TH/THHalf.c
 create mode 100644 lib/TH/THHalf.h
 create mode 100644 lib/TH/vector/VSX.c
 create mode 100644 test/test_half.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