[arrayfire] 33/34: Merge pull request #1026 from arrayfire/hotfixes-3.1.2
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Sun Sep 27 14:46:05 UTC 2015
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to branch dfsg-clean
in repository arrayfire.
commit 77128bbcfdfd8bd574e03ffe2ad696c062785aa0
Merge: 92e08e9 381e4ad
Author: Umar Arshad <umar at arrayfire.com>
Date: Fri Sep 25 18:09:22 2015 -0400
Merge pull request #1026 from arrayfire/hotfixes-3.1.2
Hotfixes 3.1.2
CMakeModules/Version.cmake | 2 +-
CMakeModules/build_forge.cmake | 2 +-
CMakeModules/osx_install/cpu_scripts/postinstall | 6 +--
CMakeModules/osx_install/cuda_scripts/postinstall | 4 +-
.../osx_install/opencl_scripts/postinstall | 4 +-
docs/CMakeLists.txt | 2 +-
docs/details/array.dox | 13 +----
docs/pages/README.md | 32 ++++++-------
docs/pages/release_notes.md | 24 ++++++++++
docs/pages/using_on_linux.md | 2 +-
docs/pages/using_on_osx.md | 2 +-
include/af/defines.h | 4 +-
include/af/dim4.hpp | 6 +--
include/arrayfire.h | 56 ++++++++++++++--------
src/api/c/assign.cpp | 2 +-
src/api/c/convolve.cpp | 44 +++++++++--------
src/api/c/histogram.cpp | 20 ++++----
src/backend/cpu/histogram.cpp | 8 ++--
src/backend/cpu/histogram.hpp | 2 +-
src/backend/cpu/platform.cpp | 4 +-
src/backend/cuda/histogram.cu | 19 ++------
src/backend/cuda/histogram.hpp | 2 +-
src/backend/cuda/kernel/histogram.hpp | 33 +++++--------
src/backend/cuda/kernel/ireduce.hpp | 11 +++++
src/backend/cuda/kernel/reduce.hpp | 11 ++---
src/backend/cuda/platform.cpp | 4 ++
src/backend/opencl/histogram.cpp | 19 ++------
src/backend/opencl/histogram.hpp | 2 +-
src/backend/opencl/kernel/histogram.cl | 24 ++++------
src/backend/opencl/kernel/histogram.hpp | 15 +++---
src/backend/opencl/kernel/iops.cl | 24 +++++++++-
src/backend/opencl/kernel/ireduce.hpp | 15 +++++-
src/backend/opencl/kernel/reduce.hpp | 12 ++---
test/blas.cpp | 37 +++++++-------
test/histogram.cpp | 19 ++++++++
test/info.cpp | 36 +++++++++-----
test/ireduce.cpp | 22 +++++++++
test/median.cpp | 25 +++++++++-
test/reduce.cpp | 25 +++++++++-
39 files changed, 370 insertions(+), 224 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