[lua-torch-torch7] branch master updated (6181e62 -> 262f059)
Zhou Mo
cdluminate-guest at moszumanska.debian.org
Sat May 20 10:07:55 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 6181e62 Import Debian changes 0~20170304-g329dff5-2
new d98615a New upstream version 0~20170511-gae1a805
new 4ada0ec Merge tag 'upstream/0_20170511-gae1a805'
new c0b10ce dch: import snapshot
new 8664bf7 symbols: update
new d396e00 dh-lua.conf: upstreame renames a fileg
new e6bd890 patches: remove all patches
new 262f059 rules: grooming
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:
CMakeLists.txt | 2 +-
CmdLine.lua | 4 +-
FFI.lua => FFInterface.lua | 4 +
README.md | 6 +-
TensorMath.lua | 27 +-
debian/changelog | 15 +
debian/libtorch-th.symbols | 36 +
debian/lua5.1.dh-lua.conf | 2 +-
.../cmake-disable-simd-for-compatibility.patch | 56 -
debian/patches/cmake-disable-simd-on-arm.patch | 20 -
debian/patches/series | 2 -
debian/rules | 16 +-
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 +-
45 files changed, 2088 insertions(+), 1138 deletions(-)
rename FFI.lua => FFInterface.lua (97%)
delete mode 100644 debian/patches/cmake-disable-simd-for-compatibility.patch
delete mode 100644 debian/patches/cmake-disable-simd-on-arm.patch
delete mode 100644 debian/patches/series
create mode 100644 lib/TH/THGenerateByteType.h
create mode 100644 lib/TH/THGenerateCharType.h
copy lib/TH/{THGenerateFloatTypes.h => THGenerateDoubleType.h} (54%)
copy lib/TH/{THGenerateFloatTypes.h => THGenerateFloatType.h} (54%)
create mode 100644 lib/TH/THGenerateIntType.h
create mode 100644 lib/TH/THGenerateLongType.h
create mode 100644 lib/TH/THGenerateShortType.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