[clblas] 120/125: Merge pull request #80 from TimmyLiu/master
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Fri May 29 06:57:28 UTC 2015
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to branch master
in repository clblas.
commit 03d7e7e2e077eb27051709108d20f9a4b13ba65f
Merge: 7cdf31b 5a4782e
Author: Timmy <timmy.liu at amd.com>
Date: Fri Apr 10 16:03:34 2015 -0500
Merge pull request #80 from TimmyLiu/master
merge develop branch into master branch
.travis.yml | 14 +-
src/CMakeLists.txt | 49 ++-
src/FindOpenCL.cmake | 6 +
src/clBLASConfig.cmake.in | 3 +
src/clBLASConfigVersion.cmake.in | 46 +++
src/client/CMakeLists.txt | 4 +-
src/include/granulation.h | 2 +
src/library/CMakeLists.txt | 11 +-
src/library/blas/generic/common.c | 4 +-
src/library/blas/gens/blas_kgen.h | 15 +
src/library/blas/gens/fetch.c | 8 +-
src/library/blas/gens/gemm.c | 13 +-
src/library/blas/gens/syrxk.c | 16 +-
src/library/blas/gens/tilemul.c | 85 +++++
src/library/blas/include/blas_funcs.h | 1 +
src/library/blas/xgemm.c | 526 ++++++++++++++++++++++++++-
src/library/tools/ktest/naive/naive_blas.cpp | 4 +-
src/library/tools/tune/CMakeLists.txt | 4 +-
src/library/tools/tune/subdim.c | 2 +-
src/tests/CMakeLists.txt | 3 +
src/tests/copyTestDependencies.cmake.in | 5 +
src/tests/correctness/tcase-filter.cpp | 4 +-
src/tests/correctness/test-correctness.cpp | 5 +
src/tests/gtest.cmake | 79 ++++
24 files changed, 857 insertions(+), 52 deletions(-)
--
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