aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/test/cxx11_tensor_thread_pool.cpp
Commit message (Expand)AuthorAge
* Avoid unnecessary conversions between floats and doublesGravatar Benoit Steiner2016-05-11
* fixed some double-promotion and sign-compare warningsGravatar Christoph Hertzberg2016-05-11
* Avoided unecessary type promotionGravatar Benoit Steiner2016-05-05
* Added tests for full contractions using thread pools and gpu devices.Gravatar Benoit Steiner2016-05-05
* Added a test to cover threaded tensor shufflingGravatar Benoit Steiner2016-01-30
* Made the comparison between single and multithreaded contraction results more...Gravatar Benoit Steiner2016-01-30
* Made sure to use a tensor of rank 0 to store the result of a full reduction i...Gravatar Benoit Steiner2016-01-30
* Sharded the tensor thread pool testGravatar Benoit Steiner2016-01-30
* Protect further isnan/isfinite/isinf callsGravatar Christoph Hertzberg2015-08-16
* Added a test for multithreaded full reductionsGravatar Benoit Steiner2015-06-30
* Fixed a compilation warningGravatar Benoit Steiner2015-06-17
* Moved away from std::async and std::future as the underlying mechnism for the...Gravatar Benoit Steiner2015-05-20
* Fixed compilation errorGravatar Benoit Steiner2015-02-10
* Fix clang compilationGravatar Gael Guennebaud2015-02-06
* Created many additional testsGravatar Benoit Steiner2015-01-14
* Misc improvements and cleanupsGravatar Benoit Steiner2014-10-13
* Fixed the thread pool testGravatar Benoit Steiner2014-10-10
* Fixed the threadpool testGravatar Benoit Steiner2014-06-09
* Created additional tests for the tensor code.Gravatar Benoit Steiner2014-06-05
* Vectorized the evaluation of tensor expression (using SSE, AVX, NEON, ...)Gravatar Benoit Steiner2014-05-16