[clblas] 12/75: fix a hard coding bug

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Tue Jan 24 23:30:31 UTC 2017


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

ghisvail-guest pushed a commit to branch debian/master
in repository clblas.

commit 5ac6253c66c237acc356e6b8b2a6ef68b8e7323b
Author: tingxingdong <tingxingdong at gmail.com>
Date:   Tue Jan 19 11:30:28 2016 -0600

    fix a hard coding bug
    
    change 4 --> numQueues
---
 src/client/clfunc_xsyrk.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/client/clfunc_xsyrk.hpp b/src/client/clfunc_xsyrk.hpp
index 7b7d1d8..c6f3596 100644
--- a/src/client/clfunc_xsyrk.hpp
+++ b/src/client/clfunc_xsyrk.hpp
@@ -458,7 +458,7 @@ call_func()
     clblasSsyrk(order_, buffer_.uplo_, buffer_.trans_a_, buffer_.n_,
                      buffer_.k_, buffer_.alpha_, buffer_.buf_a_, buffer_.offA_,
                      buffer_.lda_, buffer_.beta_, buffer_.buf_c_, buffer_.offC_,
-                     buffer_.ldc_, 4, queues_, 0, NULL, &event_);
+                     buffer_.ldc_, numQueues, queues_, 0, NULL, &event_);
 
     clWaitForEvents(1, &event_);
     timer.Stop(timer_id);

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