index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
unsupported
/
Eigen
/
CXX11
/
src
/
ThreadPool
/
RunQueue.h
Commit message (
Expand
)
Author
Age
*
A) fix deadlocks in thread pool caused by EventCount
Rasmus Munk Larsen
2019-05-08
*
Add an extra check for the RunQueue size estimate
Eugene Zhulenev
2019-03-05
*
Fix signed-unsigned return in RuqQueue
Eugene Zhulenev
2019-02-14
*
Fix signed-unsigned comparison warning in RunQueue
Eugene Zhulenev
2019-02-14
*
Speedup Tensor ThreadPool RunQueu::Empty()
Eugene Zhulenev
2019-02-13
*
A few small fixes to a) prevent throwing in ctors and dtors of the threading ...
Rasmus Munk Larsen
2018-11-09
*
Use plain_assert in destructors to avoid throwing in CXX11 tests where main.h...
Rasmus Munk Larsen
2018-08-14
*
Fix typos found using codespell
Gael Guennebaud
2018-06-07
*
Added a Flush method to the RunQueue
Benoit Steiner
2016-12-08
*
Explicitely initialize all the atomic variables.
Benoit Steiner
2016-05-11
*
Optimized the non blocking thread pool:
Benoit Steiner
2016-05-09
*
Fixed several compilation warnings
Benoit Steiner
2016-04-21
*
Added a more scalable non blocking thread pool
Benoit Steiner
2016-04-14