[clblas] 06/61: minor bug fix in client code
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 5c3f082e62f2bfbc5b7394b52c019d7e9fba506e
Author: Timmy <timmy.liu at amd.com>
Date: Thu Apr 16 16:40:18 2015 -0500
minor bug fix in client code
---
src/client/client.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/client/client.cpp b/src/client/client.cpp
index f3d3a77..271a28d 100644
--- a/src/client/client.cpp
+++ b/src/client/client.cpp
@@ -490,7 +490,7 @@ int main(int argc, char *argv[])
my_function->initialize_cpu_buffer();
my_function->initialize_gpu_buffer();
-
+ my_function->setup_apiCallCount(apiCallCount);
my_function->call_func(); // do a calculation first to get any compilation out of the way
my_function->reset_gpu_write_buffer(); // reset GPU write buffer
}
--
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