Re: [eigen] Status of non-OpenMP-based multithreading |
[ Thread Index | Date Index | More lists.tuxfamily.org/eigen Archives ]
I actually like having threading opt-in. This also fits better with having multiple coexisting paths, letting the user choose between them; indeed, I think it's important here to acknowledge the absence of a single universal solution: neither OpenMP nor C++11 are universal as far as Eigen is concerned, and both hide enough 'magic' in their implementation that we can easily imagine having users running into trouble on a particular implementation (concretely, at least some Android toolchains have a very poorly performing implementation of C++11 threads).
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |