[arrayfire] branch debian/sid updated (09a7181 -> afcc437)

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

The 7 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 +-
 debian/changelog                                   | 10 +++
 debian/control                                     | 45 +++++-----
 debian/patches/bugfix-cpuid-usage.patch            | 50 -----------
 debian/patches/bugfix-in-assign.patch              | 11 +--
 debian/patches/series                              |  1 -
 debian/rules                                       | 99 +++++++++++++---------
 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 +++++-
 45 files changed, 466 insertions(+), 344 deletions(-)
 delete mode 100644 debian/patches/bugfix-cpuid-usage.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