[arrayfire] branch dfsg-clean updated (9208992 -> 6f09650)

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Sun Sep 27 14:46:01 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  9208992   Merge tag 'upstream/v3.1.1' into dfsg
       new  4698f12   BUGFIX in assign
       new  b40e017   Add missing compute2cores versions
       new  f5e0a33   Increment version to 3.1.2
       new  1311e81   BUGFIX convolve frequency condition is now based on kernel size
       new  a9e33bc   Add missing AFAPIs
       new  32cf297   BUGFIX: Fix indexed reductions with complex types in OpenCL backend
       new  0886f63   BUGFIX: Fix kernel name generation in ireduce for OpenCL backend
       new  139de04   BUFIX: Converting non-linear indices to linear indices in ireduce
       new  9b4a8a8   TEST: Adding tests for bugs in indexed reductions
       new  c865ca4   Merge pull request #1009 from pavanky/reduce_fixes
       new  b0c7c7b   Reduction fixes for smaller arrays (<4096 elements)
       new  40f8cd1   Fixed histogram cuda/opencl kernels for indexed arrays
       new  2f56b39   Removed unncessary memory overhead in histogram cuda/opencl kernels
       new  392d26c   type cast fix in histogram unit test
       new  60b39e8   Merge pull request #1012 from 9prady9/histogram_fixes
       new  e5b8788   Restricts cpuid usage to only 64 & 32 bit architectures
       new  61643e0   Merge pull request #1016 from 9prady9/cpuid_fixes
       new  bf53528   Add missing examples to documentation
       new  d99397f   Fix quoting text in readme docs
       new  5fd5463   Minor fixes in documentation. Fix cmake command for docs
       new  e1196f8   Add -L to lib path in using on pages
       new  0da2226   Merge pull request #1017 from shehzan10/hotfixes-3.1.2
       new  8ed7ae4   Removed __LP64__ macro from checks related to valid cpuid usability
       new  e6d2ae7   Forge tag update for ArrayFire 3.1.2
       new  f2f1d16   Merge pull request #1023 from 9prady9/cpuid_lp64_marco_fix
       new  fb9f225   Fix tests for 32-bit systems
       new  d639289   Added enviornment variable to disable multi gpu tests
       new  fa26517   Merge pull request #1018 from shehzan10/hotfixes-3.1.2
       new  3a92a6f   Fix median test (again)
       new  de4edd4   Send err messages to file for OSX installer
       new  9907d46   Merge branch 'osx_inst_fix' of git://github.com/umar456/arrayfire into hotfixes-3.1.2
       new  381e4ad   Updated release notes
       new  77128bb   Merge pull request #1026 from arrayfire/hotfixes-3.1.2
       new  6f09650   Merge tag 'upstream/v3.1.2' into dfsg-clean

The 34 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:
 CMakeModules/Version.cmake                         |  2 +-
 CMakeModules/build_forge.cmake                     |  2 +-
 CMakeModules/osx_install/cpu_scripts/postinstall   |  6 +--
 CMakeModules/osx_install/cuda_scripts/postinstall  |  4 +-
 .../osx_install/opencl_scripts/postinstall         |  4 +-
 docs/CMakeLists.txt                                |  2 +-
 docs/details/array.dox                             | 13 +----
 docs/pages/README.md                               | 32 ++++++-------
 docs/pages/release_notes.md                        | 24 ++++++++++
 docs/pages/using_on_linux.md                       |  2 +-
 docs/pages/using_on_osx.md                         |  2 +-
 include/af/defines.h                               |  4 +-
 include/af/dim4.hpp                                |  6 +--
 include/arrayfire.h                                | 56 ++++++++++++++--------
 src/api/c/assign.cpp                               |  2 +-
 src/api/c/convolve.cpp                             | 44 +++++++++--------
 src/api/c/histogram.cpp                            | 20 ++++----
 src/backend/cpu/histogram.cpp                      |  8 ++--
 src/backend/cpu/histogram.hpp                      |  2 +-
 src/backend/cpu/platform.cpp                       |  4 +-
 src/backend/cuda/histogram.cu                      | 19 ++------
 src/backend/cuda/histogram.hpp                     |  2 +-
 src/backend/cuda/kernel/histogram.hpp              | 33 +++++--------
 src/backend/cuda/kernel/ireduce.hpp                | 11 +++++
 src/backend/cuda/kernel/reduce.hpp                 | 11 ++---
 src/backend/cuda/platform.cpp                      |  4 ++
 src/backend/opencl/histogram.cpp                   | 19 ++------
 src/backend/opencl/histogram.hpp                   |  2 +-
 src/backend/opencl/kernel/histogram.cl             | 24 ++++------
 src/backend/opencl/kernel/histogram.hpp            | 15 +++---
 src/backend/opencl/kernel/iops.cl                  | 24 +++++++++-
 src/backend/opencl/kernel/ireduce.hpp              | 15 +++++-
 src/backend/opencl/kernel/reduce.hpp               | 12 ++---
 test/blas.cpp                                      | 37 +++++++-------
 test/histogram.cpp                                 | 19 ++++++++
 test/info.cpp                                      | 36 +++++++++-----
 test/ireduce.cpp                                   | 22 +++++++++
 test/median.cpp                                    | 25 +++++++++-
 test/reduce.cpp                                    | 25 +++++++++-
 39 files changed, 370 insertions(+), 224 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