aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/ThreadPool
Commit message (Expand)AuthorAge
* Define EIGEN_CPLUSPLUS and replace most __cplusplus checks.Gravatar Antonio Sanchez2021-03-05
* Include `<cstdint>` in one place, remove custom typedefsGravatar Antonio Sanchez2021-01-26
* ThreadLocal container that does not rely on thread local storageGravatar Eugene Zhulenev2019-09-09
* Revert accidentally removed <memory> header from ThreadPoolGravatar Eugene Zhulenev2019-08-30
* Asynchronous expression evaluation with TensorAsyncDeviceGravatar Eugene Zhulenev2019-08-30
* bug #1596: fix inclusion of Eigen's header within unsupported modules.Gravatar Gael Guennebaud2018-09-17
* Address comments about EIGEN_THREAD_LOCAL.Gravatar Rasmus Munk Larsen2018-08-24
* Protect #undef max with #ifdef max.Gravatar Rasmus Munk Larsen2018-08-23
* Add support for thread local support on platforms that do not support it thro...Gravatar Rasmus Munk Larsen2018-08-13
* Remove SimpleThreadPool and always use {NonBlocking}ThreadPoolGravatar Eugene Zhulenev2018-07-16
* Moved the choice of ThreadPool to unsupported/Eigen/CXX11/ThreadPoolGravatar Benoit Steiner2016-12-12
* Added support for thread cancellation on LinuxGravatar Benoit Steiner2016-12-08
* Fix missing inclusion of Eigen/CoreGravatar Gael Guennebaud2016-04-27
* Refactor the unsupported CXX11/Core module to internal headers only.Gravatar Gael Guennebaud2016-04-26
* Started to implement a portable way to yield.Gravatar Benoit Steiner2016-04-19
* Implemented a more portable version of thread local variablesGravatar Benoit Steiner2016-04-19
* CleanupGravatar Benoit Steiner2016-04-14
* Added a more scalable non blocking thread poolGravatar Benoit Steiner2016-04-14