This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "compose-hpc".
The branch, master has been updated
via 4d2b5cd8485da362febebfa9eeea3f46e20746c6 (commit)
via 4673b290fc05cdc7fe73233a7761f3fa70f1e62d (commit)
from 2adc8ea9101b6ebfaefef6ac0936d5dbd0b37780 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 4d2b5cd8485da362febebfa9eeea3f46e20746c6
Merge: 4673b29 2adc8ea
Author: Ajay Panyala <aj...@cs...>
Date: Thu May 31 21:28:05 2012 -0700
Merge branch 'master' of ssh://aja...@co.../gitroot/compose-hpc/compose-hpc
commit 4673b290fc05cdc7fe73233a7761f3fa70f1e62d
Author: Ajay Panyala <aj...@cs...>
Date: Thu May 31 21:27:32 2012 -0700
Updated the CUDA BLAS Transformation to use the latest CUBLAS API.
-----------------------------------------------------------------------
Summary of changes:
rote/coccinelle/blas2cublas/src/Blas2Cublas.cpp | 10 +-
rote/coccinelle/blas2cublas/src/Blas2Cublas.h | 95 +++++++----
rote/coccinelle/blas2cublas/src/Transform.cpp | 74 +++++----
rote/coccinelle/blas2cublas/src/Transform.h | 4 +-
rote/coccinelle/blas2cublas/src/axpby.cpp | 88 ++++++++--
rote/coccinelle/blas2cublas/src/axpy.cpp | 86 ++++++++--
rote/coccinelle/blas2cublas/src/copy.cpp | 73 +++++++--
rote/coccinelle/blas2cublas/src/dot.cpp | 2 +-
rote/coccinelle/blas2cublas/src/gbmv.cpp | 154 +++++++++++++-----
rote/coccinelle/blas2cublas/src/gemm.cpp | 175 +++++++++++++-------
rote/coccinelle/blas2cublas/src/gemv.cpp | 154 +++++++++++++-----
rote/coccinelle/blas2cublas/src/ger.cpp | 115 ++++++++++---
rote/coccinelle/blas2cublas/src/hesyr.cpp | 98 +++++++++---
rote/coccinelle/blas2cublas/src/hesyr2.cpp | 122 +++++++++++---
rote/coccinelle/blas2cublas/src/hsbmv.cpp | 126 +++++++++++---
rote/coccinelle/blas2cublas/src/hseymv.cpp | 130 ++++++++++++---
rote/coccinelle/blas2cublas/src/hspmv.cpp | 130 ++++++++++++---
rote/coccinelle/blas2cublas/src/hspr.cpp | 97 +++++++++---
rote/coccinelle/blas2cublas/src/hspr2.cpp | 117 ++++++++++---
rote/coccinelle/blas2cublas/src/rot.cpp | 2 +-
rote/coccinelle/blas2cublas/src/rotm.cpp | 2 +-
rote/coccinelle/blas2cublas/src/scal.cpp | 59 ++++++--
rote/coccinelle/blas2cublas/src/sumNrm2aminmax.cpp | 2 +-
rote/coccinelle/blas2cublas/src/swap.cpp | 91 ++++++++--
rote/coccinelle/blas2cublas/src/syhemm.cpp | 135 +++++++++++----
rote/coccinelle/blas2cublas/src/syher2k.cpp | 130 +++++++++++----
rote/coccinelle/blas2cublas/src/syherk.cpp | 105 +++++++++---
rote/coccinelle/blas2cublas/src/tbsmv.cpp | 129 ++++++++++----
rote/coccinelle/blas2cublas/src/tpsmv.cpp | 130 +++++++++++----
rote/coccinelle/blas2cublas/src/trsmm.cpp | 143 ++++++++++++-----
rote/coccinelle/blas2cublas/src/trsmv.cpp | 130 +++++++++++----
rote/coccinelle/blas2cublas/tests/blas3/cblas2.c | 23 ++-
32 files changed, 2176 insertions(+), 755 deletions(-)
hooks/post-receive
--
compose-hpc
|