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
Commit message (
Expand
)
Author
Age
*
Fix Eigen::ThreadPool::CurrentThreadId returning wrong thread id when EIGEN_A...
Zhuyie
2020-09-25
*
Avoid a division in NonBlockingThreadPool::Steal.
Ilya Tokar
2020-02-14
*
Update ThreadLocal to use separate Initialize/Release callables
Eugene Zhulenev
2019-09-10
*
ThreadLocal container that does not rely on thread local storage
Eugene Zhulenev
2019-09-09
*
evalSubExprsIfNeededAsync + async TensorContractionThreadPool
Eugene Zhulenev
2019-08-30
*
A) fix deadlocks in thread pool caused by EventCount
Rasmus Munk Larsen
2019-05-08
*
Fix a data race in NonBlockingThreadPool
Eugene Zhulenev
2019-03-11
*
Merge.
Rasmus Munk Larsen
2019-03-06
|
\
*
|
Add macro EIGEN_AVOID_THREAD_LOCAL to make it possible to manually disable th...
Rasmus Munk Larsen
2019-03-06
|
*
Add missing return to NonBlockingThreadPool::LocalSteal
Eugene Zhulenev
2019-03-06
|
*
Remove redundant steal loop
Eugene Zhulenev
2019-03-06
|
/
*
Add an extra check for the RunQueue size estimate
Eugene Zhulenev
2019-03-05
*
Improve EventCount used by the non-blocking threadpool.
Rasmus Munk Larsen
2019-02-22
*
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
*
Provide EIGEN_OVERRIDE and EIGEN_FINAL macros to mark virtual function overrides
Christoph Hertzberg
2018-09-24
*
Fiw shadowing of last and all
Gael Guennebaud
2018-09-21
*
Cast to longer type.
Rasmus Munk Larsen
2018-09-19
*
Silence compiler warning.
Rasmus Munk Larsen
2018-09-19
*
Silence compiler warnings in ThreadPoolInterface.h.
Rasmus Munk Larsen
2018-09-19
*
Collapsed revision
Ravi Kiran
2018-09-17
*
bug #1598: Let MaxSizeVector respect alignment of objects and add a unit test
Christoph Hertzberg
2018-09-14
*
MSVC 2015 supports c++11 thread-local-storage
Gael Guennebaud
2018-09-13
*
Use padding instead of alignment attribute, which MaxSizeVector does not resp...
Rasmus Munk Larsen
2018-09-05
*
Address comments about EIGEN_THREAD_LOCAL.
Rasmus Munk Larsen
2018-08-24
*
Fix g++ compilation.
Rasmus Munk Larsen
2018-08-23
*
Don't rely on __had_feature for g++.
Rasmus Munk Larsen
2018-08-23
*
Pad PerThread when we emulate thread_local to prevent false sharing.
Rasmus Munk Larsen
2018-08-23
*
rename mu.
Rasmus Munk Larsen
2018-08-23
*
Store std::unique_ptr instead of raw pointers in per_thread_map_.
Rasmus Munk Larsen
2018-08-23
*
merge
Rasmus Munk Larsen
2018-08-23
|
\
|
*
Replace pointers by values or unique_ptr for better leak-safety
Christoph Hertzberg
2018-08-23
*
|
Use plain_assert in destructors to avoid throwing in CXX11 tests where main.h...
Rasmus Munk Larsen
2018-08-14
*
|
Add Barrier.h.
Rasmus Munk Larsen
2018-08-13
*
|
Add support for thread local support on platforms that do not support it thro...
Rasmus Munk Larsen
2018-08-13
|
/
*
Remove SimpleThreadPool and always use {NonBlocking}ThreadPool
Eugene Zhulenev
2018-07-16
*
Fix typos found using codespell
Gael Guennebaud
2018-06-07
*
Fixed compilation warning
Benoit Steiner
2017-07-06
*
Get rid of Init().
Rasmus Munk Larsen
2017-03-10
*
Use C++11 ctor forwarding to simplify code a bit.
Rasmus Munk Larsen
2017-03-10
*
Make the non-blocking threadpool more flexible and less wasteful of CPU cycle...
Rasmus Munk Larsen
2017-03-09
*
Don't call EnvThread::OnCancel by default since it doesn't do anything.
Benoit Steiner
2016-12-14
*
Made ThreadPoolInterface::Cancel() an optional functionality
Benoit Steiner
2016-12-12
*
Reworked the threadpool cancellation mechanism to not depend on pthread_cance...
Benoit Steiner
2016-12-09
*
Added a Flush method to the RunQueue
Benoit Steiner
2016-12-08
*
Added the new threadpool cancel method to the threadpool interface based class.
Benoit Steiner
2016-12-08
*
Added support for thread cancellation on Linux
Benoit Steiner
2016-12-08
*
Properly size the list of waiters
Benoit Steiner
2016-09-12
[next]