Re: [eigen] Status of non-OpenMP-based multithreading |
[ Thread Index | Date Index | More lists.tuxfamily.org/eigen Archives ]
It looks like TF's threadpool uses c++11 constructs. Won't that be
a barrier to wide acceptance in Eigen? What about a solution/discipline that uses boost::thread for c++03 and maybe std::thread for c++11? They are very similar. While boost::thread would be a new dependency for Eigen, it would only be necessary for those still tied to older compilers (like me) and boost::thread might be an easier dependency to swallow than OpenMP. --Mark PS. I echo the dislike for OpenMP. The implementations I've tried in gcc and intel seem like a collection of half-broken promises. On 03/04/2016 02:51 PM, Rasmus Larsen
wrote:
|
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |