[clblas] 04/61: minor bug fix

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Fri Jul 24 22:49:43 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 2dce4f5b6ab3c4d6347160a6729db907a5f07ba0
Author: Timmy <timmy.liu at amd.com>
Date:   Thu Apr 16 10:05:20 2015 -0500

    minor bug fix
---
 src/client/clfunc_xgemm.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/client/clfunc_xgemm.hpp b/src/client/clfunc_xgemm.hpp
index 0b3f4f1..87e5a02 100644
--- a/src/client/clfunc_xgemm.hpp
+++ b/src/client/clfunc_xgemm.hpp
@@ -48,7 +48,7 @@ struct xGemmBuffer
     cl_mem buf_c_;
     T alpha_;
     T beta_;
-	cl_uint apiCallCount=1;
+	cl_uint apiCallCount;
 }; // struct buffer
 
 template <typename T>

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