[arrayfire] 80/284: Merge branch 'devel' into async

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Sun Feb 7 18:59:21 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 ab11b6b7ba7ef36a88d2cc0a32d2a1155f5708ee
Merge: 7dac34a 34f3569
Author: pradeep <pradeep at arrayfire.com>
Date:   Wed Dec 16 19:41:29 2015 -0500

    Merge branch 'devel' into async

 .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