Skip to content

Commit 1ab9efd

Browse files
committed
re-submit after CI fix; removing dummy whitespace
1 parent 3e2c826 commit 1ab9efd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/library/blas/xgemm.cc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,11 +136,9 @@ void makeGemmKernel(
136136
{
137137
//TODO: This will need to be converted to thread local when making clBLAS thread safe
138138
typedef std::map<std::string, cl_kernel> kernel_map_t;
139-
139+
140140
#if defined( _WIN32 )
141141
__declspec( thread ) static kernel_map_t *kernel_map = 0;
142-
143-
144142
#else
145143
__thread static kernel_map_t *kernel_map = 0;
146144
#endif

0 commit comments

Comments
 (0)