[clfft] annotated tag debian/2.8-1 created (now 0126402)

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Wed Oct 28 11:53:18 UTC 2015


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

ghisvail-guest pushed a change to annotated tag debian/2.8-1
in repository clfft.

        at  0126402   (tag)
   tagging  fa1e4366bb6c833e5e4c8dddec495e3ca269440d (commit)
  replaces  debian/2.6.1-2
 tagged by  Ghislain Antony Vaillant
        on  Wed Oct 28 11:53:10 2015 +0000

- Log -----------------------------------------------------------------
clfft Debian release 2.8-1

Amir Gholami (2):
      adding new inplace transpose algorithm to test c2c functionality
      added support for planar complex to generator inplace transpose

Amir Gholminejad (1):
      using host side gflops measurment

BenjaminCoquelle (1):
      typo in the loop to manage 3d fft for the hermitian to real case

Billy Everyteen (6):
      minor fixes
      minor
      minor
      initial commit for generator.inplace
      replacing transpose name INPLACE->Inplace
      fixing cmaklists to build inplace transpose

Bragadeesh Natarajan (9):
      Merge pull request #100 from John-Colvin/develop
      Merge pull request #88 from marbre/develop
      Merge pull request #102 from ghisvail/bugfix/undeclared-getenv
      Merge pull request #103 from shehzan10/redef_fixes
      Merge pull request #107 from VictorCarlquist/develop
      Merge pull request #108 from marbre/examples
      Merge pull request #109 from BenjaminCoquelle/develop
      Merge pull request #112 from iotamudelta/develop
      Merge pull request #113 from kknox/develop

Ghislain Antony Vaillant (13):
      add missing include on stdlib
      Merge tag 'upstream/v2.8' into debian/sid
      d/patches:
      Use SUFFIX_LIB cmake option to enable multiarch
      Build documentation with arch-indep rules
      d/rules: remove un-needed buildsystem options
      Remove system jquery symlinks in HTML documentation
      d/rules: add missing call to dh_doxygen
      d/rules: make consistent with clblas' d/rules
      d/p: add patch restoring install targets deleted upstream
      Run `cme fix` on d/control and d/copyright
      d/changelog: add release information
      release to unstable

J M Dieterich (3):
      Support FreeBSD in shared library switch. This is identical to the Linux case.
      Need to import sys/timespec header on FreeBSD to get access to the timespec structure.
      Add .h for the include.

John Colvin (1):
      timer implementation for OS X

Kent Knox (2):
      Refactoring the .travis.yml file; adding OSX support
      Readme changes to add build badges for master/develop and appveyor

Marius Brehler (2):
      Install cmake configuration to lib/cmake/clFFT
      Install examples to share/clFFT/examples

Pradeep (44):
      precallback-initialversion
      callbackclient-check input is 1D for now
      Precallback-verify with fftw output, user data as an array
      Pre-callback - Readme for client and minor update in client code
      Pre-callback - Readme update
      Precallback - support for sizes > 4096
      Precallback - skip redundant pointer declaration in transpose kernel if precallback set
      Precallback - C2C 2D and 3D support
      Precallback - C2C double precision updates
      Precallback - Complex-Real 1D single kernel SP
      CMakeLists merge with master
      Precallback - C2R 1D out-place updates
      Precallback - Handle C2R Hermitian Planar and single pass use cases
      Precallback - C2R 2D and 3D SP
      Precallback - Added few Google Test test cases
      Precallback - R2C large 1D and few more GTests
      Precallback - R2C 2D and 3D implementation plus few GTests
      Precallback - Large 1D C2R, callback LDS updates and GTests
      Precallback - Merge from upstream develop branch and fix broken C2C/C2R precallback
      Precallback - Fix for mixed radix C2R test case failure
      Precallback - performance callback client first version
      Precallback - client updates
      Precallback - exclude R2C function from client
      Precallback - Tests restructuring and bug fix for odd planar C2R
      Remove deleted file
      Precallback - Round Trip tests
      ignore batch file from tracking
      Precallback documentation in mainpage.h
      Precallback - Few review comment fixes
      Precallback - Remove userdatastructString parameter from SetPlanCallback API
      precallback-remove old client code
      Precallback - documentation update
      Precallback - client sample for converting 24bit input to 32bit format using precallback
      Precallback - support precallback in the new generator TransposeSquare - Mul16 cases
      Merge branch 'develop' of https://github.com/clMathLibraries/clFFT-private into pradeep
      Support precallback for in-place square transpose non mul_16 cases and fix few compiler warnings
      Precallback - Documentation update and compiler warning fixes in client code
      Merge branch 'develop' of https://github.com/clMathLibraries/clFFT-private into pradeep
      Mixed radices with Radix 7 values tests for Pre-callback
      Double Precision pragma enable in Square Transpose generator
      enable double precision pragma in square transpose generator
      Precallback - Radix 7 precallback unit tests
      Precallback - Radix 7 with scale factor test
      Merge branch 'develop' of https://github.com/clMathLibraries/clFFT-private into pradeep

Shehzan Mohammed (1):
      Fix redefinition warnings when using with clBLAS

Victor Carlquist (1):
      fixed leaking of memory

bnataraj (2):
      fixing install and package issues, keeping install files to minimum
      removing call to client in travis build

bragadeesh (42):
      adjusting the const multipliers
      fixing a C2R issue that produces global work-items not multiple of local
      Merge branch 'develop' of https://github.com/clMathLibraries/clFFT into develop
      adding cuda client
      fixing INPLACE addition framework code, gen work to follow next
      adding kernel dump feature for INPLACE as well
      eliminating non-const global variables that can be thread unsafe
      removing some unneeded branch blocks for small size transposes
      fixing sub-64 size transpose issues with real transforms
      adding twiddle multiplies to inplace generator, non-branch case only
      added appropriate deallocate statements before merging pull request
      changing inplace name to square to better reflect implementation feature
      renaming the inplace files to square
      fixing file path
      Merge branch 'develop' of https://github.com/clMathLibraries/clFFT into develop
      adding offset calc in square transpose, minor fixes
      enabling inplace transposition for select conditions
      merging from pradeep fork to pull in pre-callback feature
      fixing compile warnings
      fixing compile problems, accuracy issues remain
      fixing accuracy issues
      adding radix7 functionality
      Merge branch 'rad7prep' into develop
      Merge branch 'develop' of https://github.com/bragadeesh/clFFT into develop
      adding coverage for rad7 in 1 through 4096 range
      simplifying transform kernels for 3,5,7 combined sizes
      fixing some bugs in real2hermitian, debug continues
      fixing more bugs
      fixing many failures caused by deeper recursions, added more visibility of plan info in stattimer
      adding env variable to control in-place FFTs
      fixing assertion failure found with rad7 test
      merging pradeep branch after conflic fixes
      Merge branch 'develop' of https://github.com/clMathLibraries/clFFT into develop
      fixing build fail in travis
      updating header file with documentation changes in the comments, no change in code
      fixing naming consistency for callback enum
      making readme updates
      documentation updates
      Merge branch 'develop'
      fixing missed items
      merging from develop with fixes
      doc fix

pradeeptrgit (3):
      fix compile errors on linux
      Precallback - fix client compile error
      Merge branch 'develop' of https://github.com/clMathLibraries/clFFT-private into pradeep

santanu-thangaraj (7):
      Adding radix 7 test cases.
      Added parameterized test support for radix 7 test cases.
      Merge remote-tracking branch 'refs/remotes/origin/develop' into santanu
      changes and bug fixes in power7 test suite.
      changed normal7 value to 343 from 2401.
      Merge remote-tracking branch 'refs/remotes/origin/develop' into santanu
      Bug fix for dimensionality and batch size increase for radix 7 parameterized test.

-----------------------------------------------------------------------

No new revisions were added by this update.

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