[clblas] 25/75: re-submit after CI fix; removing dummy whitespace

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Tue Jan 24 23:30:32 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 1ab9efd62cd5c071cb977f4d2ccdfb86c129eb26
Author: David Tanner <guacamoleo at gmail.com>
Date:   Mon Feb 29 15:41:27 2016 -0600

    re-submit after CI fix; removing dummy whitespace
---
 src/library/blas/xgemm.cc | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/src/library/blas/xgemm.cc b/src/library/blas/xgemm.cc
index 67e2e50..5c27351 100644
--- a/src/library/blas/xgemm.cc
+++ b/src/library/blas/xgemm.cc
@@ -136,11 +136,9 @@ void makeGemmKernel(
 {
   //TODO: This will need to be converted to thread local when making clBLAS thread safe
   typedef std::map<std::string, cl_kernel> kernel_map_t;
-  
+
 #if defined( _WIN32 )
   __declspec( thread ) static kernel_map_t *kernel_map = 0;
-
-  
 #else
   __thread static kernel_map_t *kernel_map = 0;
 #endif

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