[clfft] branch master updated (3cd1154 -> b5e60db)

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Thu Jan 14 19:52:20 UTC 2016


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

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

      from  3cd1154   doc fix
       new  bcb5027   re-enable installation of pkg-config file
       new  b97887e   Merge branch 'ghisvail-pkg-config-fix' into develop
       new  112a0e0   enabling install and setting off default build of clients and test
       new  d40a13c   incrementing develop minor version
       new  d567166   merging in PR #117
       new  5dba1a1   addressing the memory leaks as reported #119
       new  87ff509   FIX: for float to string conversion always use '.' as comma separator, independent of locale setting
       new  018b228   Merge branch 'master' of https://github.com/geggo/clFFT into geggo-fix
       new  12f8524   Merge branch 'geggo-fix' into develop
       new  7a7d479   adding note on opencl version
       new  aeb196a   fixing thread synchronisation with barriers that affected CPU functionality
       new  f069b93   removing VLIW transpose code
       new  e201a7f   Merge pull request #122 from bragadeesh/develop
       new  9be65c3   Include API Semantic Versioning in Readme
       new  ebd31ad   Correct the semantic versioning tag name
       new  9c4a72f   changes for adding non square matrix transpose.
       new  8bcee10   some bug fixes
       new  1f1524d   some bug fixes.
       new  56add45   back up before swap logic is added.
       new  9facb68   started adding support for swap function generator.
       new  fab8c74   version having the initial full kernel generator.
       new  e8800e2   full working version 1.
       new  6e55b2c   tested real to real and complex to complex cases.
       new  a5d7b7b   all data types tested.
       new  727542b   bug fixes.
       new  e849c41   all combinations tested and bug fixes done.
       new  a4c9c86   optimizations for swap logic.
       new  141d644   Added support to build transpose and swap generators seperately.
       new  d257f65   Merge remote-tracking branch 'upstream/develop' into develop
       new  3d525ea   Support for global memory swap added.
       new  ed59b7c   added support for global memory swap.
       new  1f97d5b   adding new nonsqaure tranpose files in cmake
       new  3d17e2a   planner updates to integrate non-square i/p transposes
       new  900ef6d   bug fix for cases having the batch size of more than 1.
       new  3137a35   Merge branch 'braga' of https://github.com/santanu-thangaraj/clFFT into braga
       new  b7b5293   Merge branch 'braga' of https://github.com/santanu-thangaraj/clFFT into braga
       new  3eeeb4f   updating transform code to call nonsquare transposes
       new  755948a   making the twiddles work in FFT kernels, twiddle in transpose is broken
       new  61cb3a6   Bug fix for invalid work group size kernel generation.
       new  dbd9745   bug fix for twiddle factor computation in non square kernels.
       new  337f411   bug fix in index calculation in swap kernel.
       new  074488d   optimized the swap kernels.
       new  1708307   Delete accuracy_test_pow2.cpp.bak
       new  7b0103f   fixing the bug that caused hangs/crashes with incorrect use of inplace transposes in 3d plans
       new  a94fda3   changes required for post call-back.
       new  888518a   post call back support updated with some changes.
       new  2197426   merging post call back changes from Pradeep's branch.
       new  9ffdef0   Merge branch 'braga' of https://github.com/santanu-thangaraj/clFFT into develop
       new  ac07fde   Documentation updates for ACL 1.0 GA
       new  aeb0fd4   fixing clBuildProgram options parameter as raised in #123
       new  a83ec39   travis build fail fix attempt
       new  e277a7c   Fix HAVE_OPENSSL build
       new  d460d22   Merge branch 'develop' of https://github.com/jfpoole/clFFT into jfpoole-develop
       new  2e6979a   changing macro slightly
       new  610ee9f   Merge branch 'jfpoole-develop' into develop
       new  d0b2ab6   timer for OSX
       new  85ac8e7   Merge pull request #127 from dpo/develop
       new  50f7f8f   Merge branch 'develop' of https://github.com/clMathLibraries/clFFT into develop
       new  327fa63   minor correction to doc header
       new  114d2c7   bumping version number
       new  2ec8123   deleting spurious folder
       new  a3c5dd6   documentation update
       new  4d2f350   Revert "documentation update"
       new  e51836e   bringing doc changes by Pradeep back in
       new  eb963ee   minor doc update
       new  b5e60db   release notes for 2.10

The 66 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:
 .travis.yml                                        |   34 +-
 README.md                                          |    9 +
 ReleaseNotes.txt                                   |   12 +
 docs/clFFT.doxy                                    |    2 +-
 src/CMakeLists.txt                                 |    8 +-
 src/callback-client/CMakeLists.txt                 |   28 +-
 src/callback-client/callback-client.cpp            |  151 +-
 src/callback-client/client.h                       |   41 +-
 src/client/CMakeLists.txt                          |   25 +-
 src/library/CMakeLists.txt                         |   73 +-
 src/library/accessors.cpp                          |   21 +
 src/library/action.cpp                             |   31 +-
 src/library/action.h                               |   62 +-
 src/library/fft_binary_lookup.cpp                  |   56 +-
 src/library/fft_binary_lookup.h                    |    5 +-
 src/library/generator.copy.cpp                     |   85 +-
 src/library/generator.h                            |    2 +-
 src/library/generator.stockham.cpp                 |  618 ++++-
 src/library/generator.stockham.h                   |    3 +
 src/library/generator.transpose.gcn.cpp            |   92 +-
 src/library/generator.transpose.nonsquare.cpp      | 1571 +++++++++++
 src/library/generator.transpose.nonsquare.h        |   27 +
 src/library/generator.transpose.square.cpp         |  225 +-
 src/library/generator.transpose.vliw.cpp           |  906 -------
 src/library/generator.transpose.vliw.h             |   25 -
 src/library/mainpage.h                             |  403 ++-
 src/library/md5sum.c                               |    5 +-
 src/library/md5sum.h                               |   13 +-
 src/library/plan.cpp                               |  331 ++-
 src/library/plan.h                                 |   32 +-
 src/library/private.h                              |    1 +
 src/library/repo.h                                 |   14 +-
 src/library/transform.cpp                          |   25 +-
 src/tests/CMakeLists.txt                           |    3 +-
 src/tests/accuracy_test_common.h                   |  403 +++
 ...llback.cpp => accuracy_test_mixed_callback.cpp} |  237 +-
 src/tests/accuracy_test_postcallback.cpp           | 2738 ++++++++++++++++++++
 src/tests/cl_transform.h                           |   65 +-
 src/tests/fftw_transform.h                         |   34 +
 src/tests/test_constants.h                         |   82 +-
 40 files changed, 6858 insertions(+), 1640 deletions(-)
 create mode 100644 src/library/generator.transpose.nonsquare.cpp
 create mode 100644 src/library/generator.transpose.nonsquare.h
 delete mode 100644 src/library/generator.transpose.vliw.cpp
 delete mode 100644 src/library/generator.transpose.vliw.h
 rename src/tests/{accuracy_test_mixed_precallback.cpp => accuracy_test_mixed_callback.cpp} (50%)
 create mode 100644 src/tests/accuracy_test_postcallback.cpp

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/clfft.git



More information about the debian-science-commits mailing list