[arrayfire] branch debian/sid updated (df7d7a5 -> bf6d865)

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Mon Jul 20 23:08:27 UTC 2015


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

ghisvail-guest pushed a change to branch debian/sid
in repository arrayfire.

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

The 3 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 +++++++++-
 debian/changelog                              |  8 +++
 debian/patches/fix-unneeded-opengl-dep.patch  | 16 -----
 debian/patches/series                         |  1 -
 debian/rules                                  |  3 +
 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 ++++-
 33 files changed, 397 insertions(+), 92 deletions(-)
 create mode 100644 ACKNOWLEDGEMENTS.md
 delete mode 100644 debian/patches/fix-unneeded-opengl-dep.patch

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