[clblas] 55/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 da0a6383a335fa7e21d3ce7749d2347949217ced
Author: Timmy <timmy.liu at amd.com>
Date: Fri Mar 7 16:18:40 2014 -0600
bug fix
---
src/client/clfunc_xgemm.hpp | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/src/client/clfunc_xgemm.hpp b/src/client/clfunc_xgemm.hpp
index df84392..9e6836d 100644
--- a/src/client/clfunc_xgemm.hpp
+++ b/src/client/clfunc_xgemm.hpp
@@ -554,12 +554,7 @@ public:
(buffer_.ldc_ * buffer_.c_num_vectors_ +
buffer_.offC_) * sizeof(T),
buffer_.c_, &err);
- xGemm_Function(false);
- err = clEnqueueReadBuffer(queue_, buffer_.buf_c_, CL_TRUE,
- buffer_.offC_ * sizeof(T), buffer_.ldc_ * buffer_.c_num_vectors_ *
- sizeof(T),
- buffer_.c_, 0, NULL, &event_);
- clWaitForEvents(1, &event_);
+ xGemm_Function(true);
timer.Stop(timer_id);
}
void usepersismem_roundtrip_func()
--
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