[arrayfire] branch dfsg-clean updated (62696f1 -> 6072652)

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Tue Dec 8 11:54:53 UTC 2015


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a change to branch dfsg-clean
in repository arrayfire.

      from  62696f1   Merge tag 'upstream/v3.2.0' into dfsg-clean
       new  ca0c7cc   Fixes for examples when used with installer
       new  f10075b   Fixed typos in documentation.
       new  f11a990   Merge branch 'patch-2' of https://github.com/mlloreda/arrayfire into hotfixes-3.2.1
       new  1b0ef66   Add missing linkage with libdl
       new  565c9af   Merge branch 'fix/missing-libdl-linkage' of https://github.com/ghisvail/arrayfire into hotfixes-3.2.1
       new  ef2e7d7   Fix documentation when using older doxygen
       new  b0a8e7e   Merge branch 'minor-docs' of https://github.com/shehzan10/arrayfire into hotfixes-3.2.1
       new  3281b50   Added missing symbol export for af_draw_surface
       new  0075fdf   Merge branch 'gfx_surface_fix' of https://github.com/9prady9/arrayfire into hotfixes-3.2.1
       new  86dd6c7   Build and install documentation in a separate output folder.
       new  b747245   Merge branch 'enh/docs-target-settings' of https://github.com/ghisvail/arrayfire into hotfixes-3.2.1
       new  54ad0b3   Fix examples target.
       new  87bfd99   Merge branch 'fix/examples-target' of https://github.com/ghisvail/arrayfire into hotfixes-3.2.1
       new  d39f9e8   Fix type in documentation
       new  59faf59   Merge pull request #1115 from shehzan10/hotfixes-3.2.1
       new  0d5913b   Fixes for examples cmakelists for dl lib
       new  86c1d7d   Tests are now available as standalone
       new  bdee78a   Fix examples/cmakelist arguments for osx and windows
       new  7fcf9bb   Add enable_testing to test/CMakeLists.txt
       new  3fdef4a   Merge pull request #1120 from shehzan10/tests-standalone
       new  75c2172   BUGFIX: GFOR assignment when other dimensions have step indices
       new  7d06e9f   BUGFIX: Issue with vector indexing when using spans
       new  05e00d5   Do not perform copies in moddims if memory is contiguous
       new  d7b9f9a   TEST: Adding test for GFOR assign bug
       new  37b3c8c   BUGFIX: Getting the device pointer performs memory copy when needed
       new  967545d   TEST: Adding tests to verify unnecessary copies aren't being done
       new  4d75c78   Compile fixes for older compilers
       new  57a89ba   Merge pull request #1130 from pavanky/bugfixes-3.2.1
       new  1c673f9   Fixed and improved OpenCL's homography
       new  9b00511   Fixed and improved CUDA's homography
       new  d4c5ed6   Merge pull request #1136 from pentschev/homography_fixes
       new  ee8a1ee   Documentation for seq class
       new  71442bb   Fix possible divide by zero case in cpu info
       new  3adec6f   Merge pull request #1132 from shehzan10/seq_docs
       new  99fe1ac   Fix examples installation directory
       new  d3f3080   Use folders (VS sln) for examples/tests when built out of source
       new  92599d7   Install examples source irrespective of value of BUILD_EXAMPLES
       new  8136f21   Updated forge tag
       new  0dce77c   CMake generates the list of examples
       new  d0732f1   Generate examples as dir/filename.cpp
       new  c0aba7f   Update examples refs to match updated example style
       new  6978c90   Updated release notes for 3.2.1
       new  121caef   Fix typo
       new  9fb64de   Merge pull request #1137 from shehzan10/hotfixes-3.2.1
       new  eb0e0a5   fix code formatting in doxygen
       new  5955b14   initial vectorization tutorial
       new  aa076e9   forge visualization tutorial
       new  1cca0de   initial opencl, cuda interop tutorials
       new  b6e7542   initial interop tutorials
       new  1ada68e   doxygen formatting and reference fixes
       new  516c36e   interop tweaks temporarily remove external opencl context from interop tutorial. add cuda stream topic
       new  72fe0ae   interop formatting tweaks
       new  ffd5941   additional vectorization content
       new  384ce6d   remove extra information from vectorization
       new  8ad12b4   Merge pull request #1125 from syurkevi/tutorials
       new  0836463   DOC Add background and bold to inline code tags
       new  1183029   DOC corrections, proper linking and syntaxes
       new  7749f4d   Merge pull request #1138 from shehzan10/hotfixes-3.2.1
       new  4d6eaba   Merge pull request #1139 from arrayfire/hotfixes-3.2.1
       new  f263db0   Increment version to 3.2.1
       new  6072652   Merge tag 'upstream/v3.2.1' into dfsg-clean

The 61 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .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/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 +++++++++++-----
 .../CMakeModules}/FindOpenCL.cmake                 |   0
 .../CMakeModules}/build_gtest.cmake                |  15 +-
 test/array.cpp                                     |  45 +++++
 test/gfor.cpp                                      |  34 ++++
 test/index.cpp                                     |  95 +++++++++
 49 files changed, 1701 insertions(+), 445 deletions(-)
 create mode 100644 CMakeModules/examples.dox.in
 create mode 100644 docs/pages/forge_visualization.md
 create mode 100644 docs/pages/interop_cuda.md
 create mode 100644 docs/pages/interop_opencl.md
 create mode 100644 docs/pages/vectorization.md
 copy {CMakeModules => test/CMakeModules}/FindOpenCL.cmake (100%)
 rename {CMakeModules => test/CMakeModules}/build_gtest.cmake (90%)

-- 
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