We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e2c826 commit 1ab9efdCopy full SHA for 1ab9efd
src/library/blas/xgemm.cc
@@ -136,11 +136,9 @@ void makeGemmKernel(
136
{
137
//TODO: This will need to be converted to thread local when making clBLAS thread safe
138
typedef std::map<std::string, cl_kernel> kernel_map_t;
139
-
+
140
#if defined( _WIN32 )
141
__declspec( thread ) static kernel_map_t *kernel_map = 0;
142
143
144
#else
145
__thread static kernel_map_t *kernel_map = 0;
146
#endif
0 commit comments