[arrayfire] 01/06: Merge tag 'upstream/v3.2.1+dfsg1' into debian/sid
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Tue Dec 8 11:55:39 UTC 2015
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to annotated tag debian/3.2.1+dfsg1-1
in repository arrayfire.
commit 84ea70a33a2e26104ada76f4f4c362d7d282135a
Merge: 7f43dbd 6072652
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date: Sun Dec 6 19:46:28 2015 +0000
Merge tag 'upstream/v3.2.1+dfsg1' into debian/sid
Upstream version v3.2.1+dfsg1
.gitignore | 1 +
CMakeLists.txt | 13 ++
CMakeModules/AFInstallDirs.cmake | 2 +-
CMakeModules/Version.cmake | 2 +-
CMakeModules/build_forge.cmake | 2 +-
CMakeModules/examples.dox.in | 3 +
assets | 2 +-
docs/CMakeLists.txt | 36 +++-
docs/arrayfire.css | 6 +
docs/details/array.dox | 21 --
docs/doxygen.mk | 4 +-
docs/layout.xml | 4 +
docs/pages/INSTALL.md | 2 +-
docs/pages/forge_visualization.md | 160 ++++++++++++++++
docs/pages/getting_started.md | 4 +-
docs/pages/interop_cuda.md | 163 ++++++++++++++++
docs/pages/interop_opencl.md | 189 ++++++++++++++++++
docs/pages/matrix_manipulation.md | 150 +++++++++------
docs/pages/release_notes.md | 51 ++++-
docs/pages/timing.md | 6 +-
docs/pages/unified_backend.md | 4 +-
docs/pages/vectorization.md | 212 +++++++++++++++++++++
examples/CMakeLists.txt | 122 ++++++------
examples/unified/basic.cpp | 1 +
include/af/array.h | 80 +++++---
include/af/graphics.h | 2 +-
include/af/seq.h | 170 ++++++++++++++++-
include/arrayfire.h | 51 -----
src/api/c/moddims.cpp | 3 +-
src/api/cpp/array.cpp | 27 +--
src/api/unified/CMakeLists.txt | 2 +
src/backend/cpu/Array.cpp | 8 +-
src/backend/cpu/Array.hpp | 20 +-
src/backend/cpu/platform.cpp | 4 +-
src/backend/cuda/Array.cpp | 12 +-
src/backend/cuda/Array.hpp | 20 +-
src/backend/cuda/homography.cu | 4 +-
src/backend/cuda/kernel/homography.hpp | 91 +++++----
src/backend/opencl/Array.cpp | 14 +-
src/backend/opencl/Array.hpp | 21 +-
src/backend/opencl/homography.cpp | 6 +-
src/backend/opencl/kernel/homography.cl | 87 +++++----
src/backend/opencl/kernel/homography.hpp | 8 +-
test/CMakeLists.txt | 167 +++++++++++-----
test/CMakeModules/FindOpenCL.cmake | 190 ++++++++++++++++++
.../CMakeModules}/build_gtest.cmake | 15 +-
test/array.cpp | 45 +++++
test/gfor.cpp | 34 ++++
test/index.cpp | 95 +++++++++
49 files changed, 1891 insertions(+), 445 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/arrayfire.git
More information about the debian-science-commits
mailing list