[arrayfire] 59/61: Merge pull request #1139 from arrayfire/hotfixes-3.2.1

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Tue Dec 8 11:55:12 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 4d6eababc8800565825ab8642245f53617ea2d9c
Merge: c9b22d5 7749f4d
Author: Pavan Yalamanchili <pavan at arrayfire.com>
Date:   Fri Dec 4 11:41:37 2015 -0500

    Merge pull request #1139 from arrayfire/hotfixes-3.2.1
    
    Release 3.2.1

 .gitignore                                         |   1 +
 CMakeLists.txt                                     |  13 ++
 CMakeModules/AFInstallDirs.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/unified/basic.cpp                         |   1 +
 include/af/array.h                                 |  80 +++++---
 include/af/graphics.h                              |   2 +-
 include/af/seq.h                                   | 170 ++++++++++++++++-
 include/arrayfire.h                                |  51 -----
 src/api/c/moddims.cpp                              |   3 +-
 src/api/cpp/array.cpp                              |  27 +--
 src/api/unified/CMakeLists.txt                     |   2 +
 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             |  91 +++++----
 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 +-
 test/CMakeLists.txt                                | 167 +++++++++++-----
 test/CMakeModules/FindOpenCL.cmake                 | 190 ++++++++++++++++++
 .../CMakeModules}/build_gtest.cmake                |  15 +-
 test/array.cpp                                     |  45 +++++
 test/gfor.cpp                                      |  34 ++++
 test/index.cpp                                     |  95 +++++++++
 48 files changed, 1890 insertions(+), 444 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