aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src/Tensor/TensorContractionThreadPool.h
Commit message (Expand)AuthorAge
...
* Decoupled the packet type definition from the definition of the tensor ops. A...Gravatar Benoit Steiner2016-03-08
* Leverage the new blocking code in the tensor contraction code.Gravatar Benoit Steiner2016-01-22
* Use numext::mini/numext::maxi instead of std::min/std::max in the tensor codeGravatar Benoit Steiner2015-08-28
* Moved some utilities to TensorMeta.h to make it easier to reuse them accross ...Gravatar Benoit Steiner2015-06-29
* Moved away from std::async and std::future as the underlying mechnism for the...Gravatar Benoit Steiner2015-05-20
* Fixed another batch of compilation warningsGravatar Benoit Steiner2015-02-28
* Fixed several compilation warnings reported by clangGravatar Benoit Steiner2015-02-25
* Silenced several compilation warningsGravatar Benoit Steiner2015-02-10
* Improved support for RowMajor tensorsGravatar Benoit Steiner2015-01-14
* Added support for RowMajor inputs to the contraction code.Gravatar Benoit Steiner2015-01-14
* Improved handling of 1d tensorsGravatar Benoit Steiner2014-11-03
* Avoid calling get_future() more than once on a given promise.Gravatar Benoit Steiner2014-10-16
* Made the blocking computation aware of the l3 cacheGravatar Benoit Steiner2014-10-15
* Added support for promisesGravatar Benoit Steiner2014-10-15