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

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Sun Feb 7 18:59:19 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 ebe6cac8d8eef0a8ce4587f7c9f8a59d72d3e0ce
Merge: 0c72451 b878711
Author: pradeep <pradeep at arrayfire.com>
Date:   Mon Dec 7 11:58:41 2015 -0500

    Merge branch 'devel' into async

 .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/graphics/plot2d.cpp                       |  11 +-
 examples/unified/basic.cpp                         |   1 +
 include/af/array.h                                 |  80 +++++---
 include/af/defines.h                               |  16 ++
 include/af/graphics.h                              |  75 +++++++-
 include/af/opencl.h                                | 106 +++++++++++
 include/af/seq.h                                   | 170 ++++++++++++++++-
 include/arrayfire.h                                |  51 -----
 src/api/c/graphics_common.cpp                      |  30 ++-
 src/api/c/graphics_common.hpp                      |   5 +-
 src/api/c/moddims.cpp                              |   3 +-
 src/api/c/plot.cpp                                 |  38 ++--
 src/api/c/plot3.cpp                                |  38 ++--
 src/api/cpp/array.cpp                              |  27 +--
 src/api/cpp/graphics.cpp                           |  13 +-
 src/api/unified/CMakeLists.txt                     |   2 +
 src/api/unified/graphics.cpp                       |  12 ++
 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             |  93 +++++----
 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 +-
 src/backend/opencl/platform.cpp                    | 108 ++++++++++-
 src/backend/opencl/platform.hpp                    |  19 +-
 test/CMakeLists.txt                                | 168 +++++++++++-----
 test/CMakeModules/FindOpenCL.cmake                 | 190 ++++++++++++++++++
 .../CMakeModules}/build_gtest.cmake                |  15 +-
 test/array.cpp                                     |  45 +++++
 test/gfor.cpp                                      |  34 ++++
 test/index.cpp                                     |  95 +++++++++
 test/ocl_ext_context.cpp                           | 112 +++++++++++
 61 files changed, 2429 insertions(+), 491 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