[arrayfire] 77/284: Merge pull request #1163 from shehzan10/devel
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Sun Feb 7 18:59:20 UTC 2016
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to branch debian/experimental
in repository arrayfire.
commit 34f3569d7b67c2a1fc607967a5338d12d609a574
Merge: b878711 b3c28b6
Author: Pavan Yalamanchili <pavan at arrayfire.com>
Date: Tue Dec 15 13:56:40 2015 -0500
Merge pull request #1163 from shehzan10/devel
infoString and allocHost/freeHost
.gitignore | 1 +
CMakeLists.txt | 7 ++
CMakeModules/FindCBLAS.cmake | 52 +++++-----
CMakeModules/Version.cmake | 5 +
CMakeModules/version.h.in | 2 -
CMakeModules/{version.h.in => version.hpp.in} | 7 +-
docs/details/device.dox | 43 +++++++-
examples/CMakeLists.txt | 10 +-
examples/benchmarks/blas.cpp | 13 +--
examples/benchmarks/fft.cpp | 7 --
examples/benchmarks/pi.cpp | 7 --
examples/financial/black_scholes_options.cpp | 9 +-
examples/financial/heston_model.cpp | 1 +
examples/getting_started/convolve.cpp | 7 --
examples/getting_started/integer.cpp | 7 --
examples/getting_started/rainfall.cpp | 7 --
examples/getting_started/vectorize.cpp | 8 +-
examples/graphics/conway.cpp | 9 --
examples/graphics/conway_pretty.cpp | 11 +--
examples/graphics/fractal.cpp | 8 +-
examples/graphics/histogram.cpp | 9 --
examples/graphics/plot2d.cpp | 9 --
examples/graphics/plot3.cpp | 14 +--
examples/graphics/surface.cpp | 29 ++----
examples/helloworld/helloworld.cpp | 8 +-
.../image_processing/adaptive_thresholding.cpp | 10 +-
examples/image_processing/binary_thresholding.cpp | 8 --
examples/image_processing/brain_segmentation.cpp | 1 +
examples/image_processing/edge.cpp | 5 +-
examples/image_processing/filters.cpp | 26 ++---
examples/image_processing/image_demo.cpp | 5 +-
examples/image_processing/image_editing.cpp | 8 --
examples/image_processing/morphing.cpp | 5 +-
examples/image_processing/optical_flow.cpp | 7 --
examples/image_processing/pyramids.cpp | 5 +-
examples/lin_algebra/cholesky.cpp | 7 --
examples/lin_algebra/lu.cpp | 7 --
examples/lin_algebra/qr.cpp | 7 --
examples/lin_algebra/svd.cpp | 7 --
examples/machine_learning/bagging.cpp | 1 +
examples/machine_learning/deep_belief_net.cpp | 1 +
examples/machine_learning/kmeans.cpp | 2 +
examples/machine_learning/knn.cpp | 1 +
examples/machine_learning/logistic_regression.cpp | 1 +
examples/machine_learning/naive_bayes.cpp | 1 +
examples/machine_learning/neural_network.cpp | 1 +
examples/machine_learning/perceptron.cpp | 1 +
examples/machine_learning/rbm.cpp | 1 +
examples/machine_learning/softmax_regression.cpp | 1 +
examples/pde/swe.cpp | 1 +
examples/unified/basic.cpp | 8 --
include/af/device.h | 104 +++++++++++++++++---
include/af/graphics.h | 4 +-
include/af/macros.h | 1 -
include/af/util.h | 33 ++++++-
src/api/c/device.cpp | 33 +++++++
src/api/c/err_common.cpp | 5 +-
src/api/c/print.cpp | 4 +-
CMakeModules/version.h.in => src/api/c/version.cpp | 14 ++-
src/api/cpp/device.cpp | 44 +++++++--
src/api/cpp/util.cpp | 6 ++
src/api/unified/CMakeLists.txt | 1 +
src/api/unified/device.cpp | 15 +++
src/backend/cpu/platform.cpp | 5 +-
src/backend/cuda/kernel/homography.hpp | 43 +++++---
src/backend/cuda/kernel/identity.hpp | 17 ++--
src/backend/cuda/kernel/random.hpp | 108 +++++++++++++++------
src/backend/cuda/platform.cpp | 1 +
src/backend/cuda/random.cu | 10 +-
src/backend/opencl/platform.cpp | 1 +
test/replace.cpp | 22 ++++-
test/select.cpp | 20 +++-
test/testHelpers.hpp | 2 +
73 files changed, 522 insertions(+), 389 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