mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-05-18 02:36:42 +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
|
// - the sizes are large enough
|
||||||
|
|
||||||
// 1- are we already in a parallel session?
|
// 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))
|
if((!Condition) || (omp_get_num_threads()>1))
|
||||||
return func(0,rows, 0,cols);
|
return func(0,rows, 0,cols);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user