[clblas] annotated tag v2.2 created (now f23bbfc)

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Fri May 29 06:58:00 UTC 2015


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

ghisvail-guest pushed a change to annotated tag v2.2
in repository clblas.

        at  f23bbfc   (tag)
   tagging  54e949e2db8ee49a170b1bbc829ceed07f16533f (commit)
 tagged by  Kent Knox
        on  Thu Jun 19 16:34:11 2014 -0500

- Log -----------------------------------------------------------------
v2.2 is a bugfix release, incorporating all bugfixes in the develop
branch.  This corresponds approximately to the state of the code
when ACML 6 shipped.

AMD-FirePro (1):
      fix bug in ssyrk, now use only uint for mad24

Arnaud Bergeron (2):
      Fix build problems on OS X.
      Fix compilation warnings:

BenjaminCoquelle (1):
      updating documentation

Christian Kellner (11):
      Make GTest work on OS X
      OSX: Provide nanosecond resolution timer for tests
      Kernel cache: Store if we have the source for a kernel
      Add addBuildOpt helper function for building option string
      Replace 'strcat (buildOptStr,...' with 'addBuildOpt(buildOptStr,...'
      addBuildOpt: use strncat instead of strlcat
      OSX: don't try to call *nrm2 blas calls if incx < 1 or N < 1
      OSX: Use cblas interface for *dot blas functions
      OSX: Use cblas interface for *asum blas functions
      Fix c&p bug in rotmg gen introduced by addBuildOpt change
      Add an comment to explain the nrm2 workaround on OSX

Kent Knox (44):
      Initial check-in of open source clBLAS code
      Changing version number to 2.0
      Adding link to our API documentation on GitHub Pages
      Adding link to our API documentation on GitHub Pages
      Fixed paths to source doxygen files
      Merge branch 'develop' of https://github.com/clMathLibraries/clBLAS into develop
      Changing ACMLROOT to the more standard cmake name ACML_ROOT
      Adding support for msvc11 compilers.  Changing the output directory of tplgen to generate the .clT files out-of-source.  This way the source directory is not polluted with generated files
      Removing tplgen configure.bat which is not used anymore.  Fixing linux build problem with path differences between gcc and msvc
      Updates to the readme.md file
      Fixed a bug wherein the build would fail if a release build were built before debug build
      Adding basic support for pkg-config based configuration management, for gcc based distributions.
      Bumped the SOVERSION to 2 to account for ABI changes
      Cleanup of txt not in the spirit of the clMath Apache license
      Merge pull request #16 from accelereyes/develop
      Merge pull request #17 from TimmyLiu/develop
      Merge pull request #18 from abergeron/osx-build
      Adding guards around the clBLAS version numbers, to support an external script setting the library version
      Merge pull request #22 from gicmo/gtest_osx
      Merge pull request #24 from gicmo/osx_kern_source
      Adding 'staging' directory to make it easier to debug; all binary code is copied together
      Modified travis build file to make release builds, and to run unit test in package directory
      Merge pull request #27 from BenjaminCoquelle/develop
      Merge pull request #28 from nikai3d/patch-1
      Merge pull request #29 from TimmyLiu/develop
      The ACML_ROOT variable was being clobbered even if the user passed
      Modified search path for ACML; if looking in _mp subdir, make sure to
      Renamed version.h to clBLAS.version.h
      Merge pull request #30 from BenjaminCoquelle/develop
      A fix for an uninitialized variable in the tune tool.  The problem
      Merge pull request #32 from TimmyLiu/develop
      Improved detection of the OpenCL dependencies during the 'copy' step
      Merge branch 'develop' of https://github.com/clMathLibraries/clBLAS into develop
      Update to the cmake script to copy dependencies into packages
      Travis fix: The DIRECTORY tag on get_filename_component( ) was introduced
      A proof-of-concept python wrapper for clBLAS.  Only sgemm and the init
      Update README.txt
      Updated setup.py file to add appropriate paths for 64-bit and Linux
      Converting int types to intptr_t types for pyopencl integration
      Changes to compile for vs2013/vs12
      Merge pull request #36 from TimmyLiu/develop
      Merge pull request #38 from gicmo/addBuildOpt
      Merge pull request #39 from gicmo/nrm2osx
      Merge branch 'develop' into master

Nicolas Kaiser (1):
      fix typos in CONTRIBUTING.md

Pavan Yalamanchili (4):
      Change CMAKE version requirement to 2.8
      Merge pull request #11 from pavanky/develop
      Adding CUDA_PATH as an option for OPENCL_ROOT
      CUDA uses Win32 to store 32 bit libraries

Timmy (18):
      Merge pull request #9 from kknox/develop
      Merge pull request #13 from kknox/add-pkgconfig
      add to travis build. change default device type to cpu. need to enable build-testcorrectness (link to acml) in the build.
      Update README.md
      fix a bug in performance client. Since the performance is calculated by the average of 20 runs, clReleaseMemObject and delete buffer should be done in between runs instead of after all runs in the destructor. In certain device and size of matrix, the client will report a slower performance due to this inapproriate handling of memory. Also updated the travis CI build script. Force the client test to CPU from command line in stead of source code.
      Update README.md
      Merge pull request #26 from kknox/develop
      add support of hemm, herk, her2k, syrk, syr2k to performance test suite(client)
      fix the flops calculation formula
      fix the flop calculation formula for syr2k
      add memalloc options to client (gemm and trsm)
      bug fix
      Merge pull request #33 from kknox/tuneCrash
      enable rect read/write for gemm
      undate
      bug fix
      bug fix of hemm and symm hanging with tuning KDB file and ssyr2k crashes on Kaveri with tuning KDB file
      use snprintf instead of itoa to support linux system

braga (1):
      fixing cmake files to allow for netlib blas reference

bragadeesh (1):
      Merge pull request #4 from kknox/develop

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

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/clblas.git



More information about the debian-science-commits mailing list