aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src/Tensor/TensorBroadcasting.h
Commit message (Expand)AuthorAge
* Partial OpenCL support via SYCL compatible with ComputeCpp CE.Gravatar Luke Iwanski2016-09-19
* Enable the use of the packet api to evaluate tensor broadcasts. This speed th...Gravatar Benoit Steiner2016-05-17
* Fixed syntax errorGravatar Benoit Steiner2016-05-16
* Fixed compilation errors triggered by old versions of gccGravatar Benoit Steiner2016-05-12
* Eigen cost model part 1. This implements a basic recursive framework to estim...Gravatar Rasmus Munk Larsen2016-04-14
* Decoupled the packet type definition from the definition of the tensor ops. A...Gravatar Benoit Steiner2016-03-08
* Record whether the underlying tensor storage can be accessed directly during ...Gravatar Benoit Steiner2016-01-19
* Fixed a typo.Gravatar Benoit Steiner2016-01-06
* Optimized the performance of broadcasting of scalars.Gravatar Benoit Steiner2016-01-06
* Simplified more of the IndexList code.Gravatar Benoit Steiner2015-11-12
* Added static assertions to avoid misuses of padding, broadcasting and concate...Gravatar Benoit Steiner2015-11-06
* Many files were missing in previous changeset.Gravatar Gael Guennebaud2015-07-29
* Fixed several compilation warnings reported by clangGravatar Benoit Steiner2015-02-25
* Silcenced a few compilation warningsGravatar Benoit Steiner2015-02-10
* Improved support for RowMajor tensorsGravatar Benoit Steiner2015-01-14
* Fixed compilation errors with clang.Gravatar Benoit Steiner2014-11-13
* Optimized broadcastingGravatar Benoit Steiner2014-11-12
* Silenced a few compilation warningsGravatar Benoit Steiner2014-10-16
* Misc improvements and cleanupsGravatar Benoit Steiner2014-10-13
* Added support for broadcastingGravatar Benoit Steiner2014-08-20