aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/test/cxx11_tensor_thread_pool.cpp
Commit message (Expand)AuthorAge
* Add support for asynchronous evaluation of tensor casting expressions.Gravatar Rasmus Munk Larsen2019-09-19
* Allow move-only done callback in TensorAsyncDeviceGravatar Eugene Zhulenev2019-09-03
* evalSubExprsIfNeededAsync + async TensorContractionThreadPoolGravatar Eugene Zhulenev2019-08-30
* Asynchronous expression evaluation with TensorAsyncDeviceGravatar Eugene Zhulenev2019-08-30
* Merged in ezhulenev/eigen-01 (pull request PR-514)Gravatar Rasmus Munk Larsen2018-09-28
|\
| * Add tests for evalShardedByInnerDim contraction + fix bugsGravatar Eugene Zhulenev2018-09-28
* | Provide EIGEN_OVERRIDE and EIGEN_FINAL macros to mark virtual function overridesGravatar Christoph Hertzberg2018-09-24
|/
* Fix several integer conversion and sign-compare warningsGravatar Christoph Hertzberg2018-08-24
* Fixed the tensor contraction code.Gravatar Benoit Steiner2018-08-15
* Fixed compilation errors.Gravatar Benoit Steiner2018-08-13
* Merged in paultucker/eigen (pull request PR-431)Gravatar Benoit Steiner2018-08-01
|\
| * Add test coverage for ThreadPoolDevice optional allocator.Gravatar Paul Tucker2018-07-19
* | Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLAR...Gravatar Gael Guennebaud2018-07-17
* | Fuse computations into the Tensor contractions using output kernelGravatar Eugene Zhulenev2018-07-10
|/
* 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