[arrayfire] branch master updated (d86f4f5 -> 7527e5b)

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Tue Jul 7 13:59:21 UTC 2015


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

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

      from  d86f4f5   Merge remote-tracking branch 'upstream/master'
       new  5d13193   A few functions (e.g. setunique) were not being exported to the library
       new  bc3a5dd   Merge pull request #819 from FilipeMaia/missing_header
       new  4a1e364   Remove cache path from NVVM path
       new  b20e65a   Function return type fix for blas
       new  2d5c961   Compilation fix for windows when graphics disabled
       new  30f7b26   Merge pull request #820 from shehzan10/CUDA-fixes
       new  36ab51c   fix #828: remove unnecessary include of a cmake module
       new  4ada49a   Merge pull request #831 from ghisvail/hotfix/unnecessary-include
       new  238f85d   Remove unused lapack definition
       new  a3de665   BUGFIX for gradient when single element is in new block
       new  0af0fb5   Merge pull request #841 from shehzan10/gradient_fix
       new  2e7ffe9   DOCS: Adding documentation for constant
       new  93786a9   Adding documentation for array::scalar
       new  8491b6d   DOCS: Updating arith functions to specify their input limitations
       new  31016e9   Display if a backend is enabled or not when building examples and tests
       new  e2fc0f3   Merge pull request #847 from pavanky/docs
       new  4dbc1c8   Fixing bug in linear interpolation functions
       new  e41e922   Merge pull request #851 from shehzan10/linear_fix
       new  2b41732   Added citation and acknowledgements.
       new  57e96b0   Move acknowledgements to separate file.
       new  55e4273   Point all acknowledgement documents to GitHub repo.
       new  65cefda   Merge pull request #849 from bkloppenborg/citation
       new  fdb0850   DOCS: Updating release notes
       new  8079fc7   Merge pull request #857 from arrayfire/hotfixes-3.0.2
       new  93427f0   Updating version number
       new  7527e5b   Merge remote-tracking branch 'upstream/master'

The 26 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:
 ACKNOWLEDGEMENTS.md                           | 22 ++++++
 CMakeModules/FindNVVM.cmake                   | 14 ++--
 CMakeModules/Version.cmake                    |  2 +-
 README.md                                     | 36 +++++++++-
 docs/details/arith.dox                        | 65 +++++++++++++++++-
 docs/details/data.dox                         | 12 +++-
 docs/pages/README.md                          | 31 +++++++++
 docs/pages/release_notes.md                   | 24 +++++++
 examples/CMakeLists.txt                       | 97 +++++++++++++++++----------
 include/af/array.h                            |  8 ++-
 include/af/data.h                             | 94 ++++++++++++++++++++++++--
 src/api/cpp/set.cpp                           |  1 +
 src/backend/cpu/CMakeLists.txt                |  3 -
 src/backend/cpu/approx.cpp                    |  4 +-
 src/backend/cpu/transform_interp.hpp          |  2 +-
 src/backend/cuda/blas.cpp                     |  2 +-
 src/backend/cuda/cublasManager.hpp            |  1 +
 src/backend/cuda/cusolverDnManager.hpp        |  1 +
 src/backend/cuda/err_cuda.hpp                 |  1 +
 src/backend/cuda/kernel/approx.hpp            |  4 +-
 src/backend/cuda/kernel/gradient.hpp          |  4 +-
 src/backend/cuda/kernel/transform_interp.hpp  |  6 +-
 src/backend/cuda/platform.cpp                 |  1 +
 src/backend/opencl/CMakeLists.txt             |  1 -
 src/backend/opencl/kernel/approx1.cl          |  2 +-
 src/backend/opencl/kernel/approx2.cl          |  2 +-
 src/backend/opencl/kernel/gradient.cl         |  4 +-
 src/backend/opencl/kernel/transform_interp.cl |  2 +-
 test/CMakeLists.txt                           | 15 ++++-
 29 files changed, 386 insertions(+), 75 deletions(-)
 create mode 100644 ACKNOWLEDGEMENTS.md

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