[clblas] 61/125: bug fix

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Fri May 29 06:57:22 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 7e239b69a582d9185a701ea36f78215191ccb4d2
Author: Timmy <timmy.liu at amd.com>
Date:   Mon Mar 17 17:20:54 2014 -0500

    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 cb2725d..fcd40a7 100644
--- a/src/client/clfunc_xgemm.hpp
+++ b/src/client/clfunc_xgemm.hpp
@@ -536,7 +536,7 @@ public:
 		}
 		else
 		{
-			buffer_.ldb_=buffer_.m_;
+			buffer_.ldb_=buffer_.n_;
 		}
 		buffer_.ldc_=buffer_.m_;
 		xGemm_Function(false);

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