if(info)
{
// this is the parallel version!
Index tid = omp_get_thread_num();
int tid = omp_get_thread_num();
Index threads = omp_get_num_threads();
int threads = omp_get_num_threads();
LhsScalar* blockA = blocking.blockA();
eigen_internal_assert(blockA!=0);
GemmParallelInfo() : sync(-1), users(0), lhs_start(0), lhs_length(0) {}
int volatile sync;
Index volatile sync;
int volatile users;
Index volatile users;
Index lhs_start;
Index lhs_length;
-