[arrayfire] 55/248: Merge branch 'devel' into stats_tests

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Tue Nov 17 15:53:55 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 bd5ab1533adbb3bafbd00576a36897450edeba0d
Merge: 45d804b 2d75672
Author: pradeep <pradeep at arrayfire.com>
Date:   Mon Sep 14 12:21:33 2015 -0400

    Merge branch 'devel' into stats_tests

 ArrayFireConfig.cmake.in                    |  16 ++-
 CMakeLists.txt                              |   7 +
 CMakeModules/FindCBLAS.cmake                |  25 ++++
 CMakeModules/FindLAPACKE.cmake              | 144 +++++++++++--------
 CMakeModules/Version.cmake                  |   2 +-
 CMakeModules/build_forge.cmake              |   2 +-
 README.md                                   |   4 +-
 docs/details/index.dox                      |   6 +
 docs/pages/release_notes.md                 |  40 ++++--
 docs/pages/using_on_windows.md              |   8 +-
 examples/CMakeLists.txt                     |  15 ++
 examples/financial/heston_model.cpp         |  20 +--
 examples/image_processing/image_editing.cpp |   2 +-
 examples/unified/basic.cpp                  |  70 ++++++++++
 include/af/backend.h                        |  56 ++++++++
 include/af/defines.h                        |  13 ++
 include/af/index.h                          |  62 +++++++++
 include/arrayfire.h                         |   2 +
 src/api/c/approx.cpp                        |  30 ++--
 src/api/c/device.cpp                        |  25 ++++
 src/api/c/err_common.cpp                    |   6 +-
 src/api/c/imageio.cpp                       |  36 ++++-
 src/api/c/index.cpp                         |   6 -
 src/api/c/util.cpp                          |  81 +++++++++++
 src/api/cpp/array.cpp                       |   9 +-
 src/api/cpp/device.cpp                      |  13 ++
 src/api/cpp/features.cpp                    |   1 -
 src/api/cpp/index.cpp                       |   2 +-
 src/api/cpp/median.cpp                      |   2 +-
 src/api/cpp/seq.cpp                         |  10 +-
 src/api/cpp/timing.cpp                      |   8 +-
 src/api/unified/CMakeLists.txt              |  72 ++++++++++
 src/api/unified/algorithm.cpp               | 135 ++++++++++++++++++
 src/api/unified/arith.cpp                   |  99 +++++++++++++
 src/api/unified/array.cpp                   |  96 +++++++++++++
 src/api/unified/blas.cpp                    |  36 +++++
 src/api/unified/data.cpp                    | 162 +++++++++++++++++++++
 src/api/unified/device.cpp                  | 124 +++++++++++++++++
 src/api/unified/features.cpp                |  44 ++++++
 src/api/unified/graphics.cpp                |  68 +++++++++
 src/api/unified/image.cpp                   | 209 ++++++++++++++++++++++++++++
 src/api/unified/index.cpp                   |  49 +++++++
 src/api/unified/lapack.cpp                  |  84 +++++++++++
 src/api/unified/signal.cpp                  | 125 +++++++++++++++++
 src/api/unified/statistics.cpp              |  82 +++++++++++
 src/api/unified/symbol_manager.cpp          | 162 +++++++++++++++++++++
 src/api/unified/symbol_manager.hpp          |  75 ++++++++++
 src/api/unified/util.cpp                    |  58 ++++++++
 src/api/unified/vision.cpp                  |  63 +++++++++
 src/backend/ArrayInfo.cpp                   |  43 ++++++
 src/backend/cblas.cpp                       |   1 +
 src/backend/cpu/approx.cpp                  | 198 +++++++++++++-------------
 src/backend/cuda/kernel/approx.hpp          | 121 +++++++++-------
 src/backend/cuda/kernel/fftconvolve.hpp     |  18 ++-
 src/backend/cuda/kernel/ireduce.hpp         |   2 +-
 src/backend/cuda/kernel/reduce.hpp          |   2 +-
 src/backend/dim4.cpp                        |  64 +--------
 src/backend/opencl/kernel/approx.hpp        |  19 ++-
 src/backend/opencl/kernel/approx1.cl        |  44 +++---
 src/backend/opencl/kernel/approx2.cl        |  59 ++++----
 src/backend/opencl/kernel/ireduce.hpp       |   6 +-
 src/backend/opencl/kernel/reduce.hpp        |   5 +-
 src/backend/opencl/magma/magma_cpu_blas.h   |   1 +
 src/backend/opencl/magma/magma_cpu_lapack.h |   1 +
 test/CMakeLists.txt                         |  21 ++-
 test/approx1.cpp                            |  46 ++++++
 test/approx2.cpp                            |  52 +++++++
 test/ireduce.cpp                            |  45 ++++++
 test/reduce.cpp                             |  39 ++++++
 test/sort_by_key.cpp                        |   5 +-
 test/sort_index.cpp                         |   5 +-
 71 files changed, 2852 insertions(+), 411 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