aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceThreadPool.h
Commit message (Expand)AuthorAge
* Reduce dispatch overhead in parallelFor by only calling thread_pool.Schedule(...Gravatar Rasmus Munk Larsen2016-11-14
* Avoid unecessary object copiesGravatar Benoit Steiner2016-08-01
* Return -1 from CurrentThreadId when called by thread outside the pool.Gravatar Rasmus Munk Larsen2016-06-23
* Resolve merge.Gravatar Rasmus Munk Larsen2016-06-23
|\
* | size_t -> intGravatar Rasmus Munk Larsen2016-06-03
* | Add CurrentThreadId and NumThreads methods to Eigen threadpools and TensorDev...Gravatar Rasmus Munk Larsen2016-06-03
| * Use signed integers more consistently to encode the number of threads to use ...Gravatar Benoit Steiner2016-06-09
|/
* Fixed compilation error in the tensor thread poolGravatar Benoit Steiner2016-05-17
* Merged eigen/eigen into defaultGravatar Rasmus Larsen2016-05-17
|\
| * Turnon the new thread pool by default since it scales much better over multip...Gravatar Benoit Steiner2016-05-13
* | Address comments by bsteiner.Gravatar Rasmus Munk Larsen2016-05-12
* | Improvements to parallelFor.Gravatar Rasmus Munk Larsen2016-05-12
|/
* Added a new parallelFor api to the thread pool device.Gravatar Benoit Steiner2016-05-09
* Provide access to the base threadpool classesGravatar Benoit Steiner2016-04-21
* Added the ability to switch to the new thread pool with a #defineGravatar Benoit Steiner2016-04-21
* Added ability to access the cache sizes from the tensor devicesGravatar Benoit Steiner2016-04-14
* Prepared the migration to the new non blocking thread poolGravatar Benoit Steiner2016-04-14
* Made it possible to customize the threadpoolGravatar Benoit Steiner2016-03-28
* Fixed compilation errorGravatar Benoit Steiner2016-03-22
* Pulled latest updates from trunkGravatar Benoit Steiner2016-03-22
|\
* | Use a single Barrier instead of a collection of Notifications to reduce the t...Gravatar Benoit Steiner2016-03-22
| * Fixed a couple of typosGravatar Benoit Steiner2016-03-22
| * Avoid using std::vector whenever possibleGravatar Benoit Steiner2016-03-22
|/
* Split TensorDeviceType.h in 3 files to make it more manageableGravatar Benoit Steiner2015-11-20