[clblas] 52/125: updating documentation
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Fri May 29 06:57:21 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 711444988a4b1ea7600f7ad0fc54229426b09db2
Author: BenjaminCoquelle <benjamin.coquelle at amd.com>
Date: Thu Feb 6 08:19:21 2014 +0000
updating documentation
The documentation is not clear concerning the thread safety of this
library. So I updated it to clearly mention it
---
src/clBLAS.h | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/src/clBLAS.h b/src/clBLAS.h
index 6d219c3..7d89b9f 100644
--- a/src/clBLAS.h
+++ b/src/clBLAS.h
@@ -56,6 +56,10 @@ extern "C" {
* keeping interfaces familiar to users who know how to use BLAS. All
* functions accept matrices through buffer objects.
*
+ * This library is entirely thread-safe with the exception of the following API :
+ * clblasSetup and clblasTeardown.
+ * Developers using the library can safely using any blas routine from different thread.
+ *
* @section deprecated
* This library provided support for the creation of scratch images to achieve better performance
* on older <a href="http://developer.amd.com/gpu/AMDAPPSDK/Pages/default.aspx">AMD APP SDK's</a>.
--
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