aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/lib/core/threadpool.cc
Commit message (Expand)AuthorAge
* Add an API which gives explicit control over shard sizes and introspection in...Gravatar A. Unique TensorFlower2018-09-20
* Cleaning up tracing code.Gravatar A. Unique TensorFlower2018-04-30
* Cleanup: Ran clang-format on files in tensorflow/core/.../*.{cc,h}.Gravatar A. Unique TensorFlower2018-01-30
* Change CreateThread() back to passing by value.Gravatar Peter Hawkins2017-05-24
* Remove unnecessary copies of value parameters.Gravatar Peter Hawkins2017-05-10
* Modify the non-blocking threadpool to make it more flexible and less wasteful...Gravatar A. Unique TensorFlower2017-03-10
* Make port::ScopedSetRound() work as advertised in the header and add unit tests.Gravatar A. Unique TensorFlower2017-02-14
* Automated rollback of change 141555939Gravatar Dan Ringwalt2016-12-13
* Automated rollback of change 141209775Gravatar Dan Ringwalt2016-12-09
* Add a ParallelForWithWorkerId function.Gravatar Dan Ringwalt2016-12-06
* Merge changes from github.Gravatar A. Unique TensorFlower2016-11-17
* Delete old Eigen threadpool and associated code.Gravatar A. Unique TensorFlower2016-11-02
* Allocate Task explicitly to make sizeof(Task) smaller and to speedGravatar Jonathan Hseu2016-08-01
* Make default construction of Tasks cheaper.Gravatar Jonathan Hseu2016-08-01
* Add Context and WithContext classes to platform. The ThreadPool will construc...Gravatar Jonathan Hseu2016-07-19
* Adds a "currentThreadIndex" method to Eigen's ThreadPoolDevice. Use it to han...Gravatar A. Unique TensorFlower2016-06-27
* Cleanup: Get rid of unused copy of simple threadpool implementation. The impl...Gravatar A. Unique TensorFlower2016-06-03
* Update copyright for 3p/tf/core.Gravatar A. Unique TensorFlower2016-06-02
* Enforce max_parallelism in work sharder by reverting to old sharding code if ...Gravatar A. Unique TensorFlower2016-05-24
* Add optional max_parallelism parameter to tensorflow::ThreadPool::ParallelFor...Gravatar A. Unique TensorFlower2016-05-18
* tensorflow: finer-grained Shard parallelizationGravatar A. Unique TensorFlower2016-05-10
* Rollback of rollback of cl/120366069:Gravatar A. Unique TensorFlower2016-04-21
* Rollback of: tensorflow: switch to eigen thread poolGravatar Eugene Brevdo2016-04-20
* tensorflow: switch to eigen thread poolGravatar A. Unique TensorFlower2016-04-20
* tensorflow: support usage of eigen thread poolGravatar A. Unique TensorFlower2016-04-11
* Flush denormals to zero on both CPU and GPUGravatar Geoffrey Irving2016-02-19
* Global search & replace to move to the new location forGravatar Josh Levenberg2016-01-26
* #include "tensorflow/core/platform/mutex.h"Gravatar Josh Levenberg2016-01-07
* TensorFlow: Improve performance of AlexnetGravatar Manjunath Kudlur2015-11-20
* TensorFlow: Doc and linter fixes, some additional tests andGravatar Vijay Vasudevan2015-11-16
* TensorFlow: Initial commit of TensorFlow library.Gravatar Manjunath Kudlur2015-11-06