aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src/Tensor/TensorPadding.h
Commit message (Expand)AuthorAge
* Marked unused variables as suchGravatar Benoit Steiner2016-05-25
* Improved the performance of tensor paddingGravatar Benoit Steiner2016-05-25
* Allow vectorized padding on GPU. This helps speed things up a littleGravatar Benoit Steiner2016-05-17
* 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
* Added the ability to pad a tensor using a non-zero valueGravatar Benoit Steiner2016-03-07
* Updated the padding code to work with half floatsGravatar Benoit Steiner2016-02-23
* Record whether the underlying tensor storage can be accessed directly during ...Gravatar Benoit Steiner2016-01-19
* 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
* Fix shadow warnings in Tensor moduleGravatar Gael Guennebaud2015-06-16
* Silenced the last batch of compilation warnings triggered by gcc 4.8Gravatar Benoit Steiner2015-02-10
* Improved support for RowMajor tensorsGravatar Benoit Steiner2015-01-14
* Use the proper index type in the padding codeGravatar Benoit Steiner2014-10-30
* Silenced a few compilation warningsGravatar Benoit Steiner2014-10-16
* Misc improvements and cleanupsGravatar Benoit Steiner2014-10-13
* Misc fixes.Gravatar Benoit Steiner2014-09-05
* Optimized the tensor padding code.Gravatar Benoit Steiner2014-08-26
* Added support for padding, stridding, and shufflingGravatar Benoit Steiner2014-08-14