mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-03-01 18:26:24 +08:00
add a FIXME
This commit is contained in:
parent
48d0595c29
commit
5f172cd01f
@ -51,6 +51,7 @@ void ei_parallelize_gemm(const Functor& func, int rows, int cols)
|
||||
// - the sizes are large enough
|
||||
|
||||
// 1- are we already in a parallel session?
|
||||
// FIXME omp_get_num_threads()>1 only works for openmp, what if the user does not use openmp?
|
||||
if((!Condition) || (omp_get_num_threads()>1))
|
||||
return func(0,rows, 0,cols);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user