aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src
Commit message (Expand)AuthorAge
* Added more missing EIGEN_DEVICE_FUNCGravatar Benoit Steiner2015-11-06
* Reimplement the tensor comparison operators by using the scalar_cmp_op functo...Gravatar Benoit Steiner2015-11-06
* Added support for modulo operationGravatar Benoit Steiner2015-11-05
* Misc fixes to full reductionsGravatar Benoit Steiner2015-11-05
* Fixed a bug in the extraction of sizes of fixed sized tensors of rank 0Gravatar Benoit Steiner2015-11-05
* Updated the reduction code so that full reductions now return a tensor of ran...Gravatar Benoit Steiner2015-11-04
* Fixed a compilation warningGravatar Benoit Steiner2015-10-29
* Pulled latest updates from trunkGravatar Benoit Steiner2015-10-29
|\
* | Added support for tensor maps of rank 0.Gravatar Benoit Steiner2015-10-29
* | Added support for fixed sized tensors of rank 0Gravatar Benoit Steiner2015-10-29
* | Extended the reduction code so that reducing an empty set returns the neural ...Gravatar Benoit Steiner2015-10-29
* | Added support for rank-0 tensorsGravatar Benoit Steiner2015-10-29
| * Consistently use the same index type in the fft codebase.Gravatar Benoit Steiner2015-10-29
| * Silenced a few more compilation warningsGravatar Benoit Steiner2015-10-29
| * Silenced compiler warningGravatar Benoit Steiner2015-10-29
* | Started to add support for tensors of rank 0Gravatar Benoit Steiner2015-10-26
* | Fixed compilation warningGravatar Benoit Steiner2015-10-26
* | Fixed compilation warningGravatar Benoit Steiner2015-10-26
|/
* Added support for empty dimensionsGravatar Benoit Steiner2015-10-26
* Fixed compilation warningGravatar Benoit Steiner2015-10-26
* Fixed compilation warningGravatar Benoit Steiner2015-10-23
* Added support for arrays of size 0Gravatar Benoit Steiner2015-10-23
* Reordered the code of fft constructor to prevent compilation warningsGravatar Benoit Steiner2015-10-23
* Reworked the tensor contraction mapper code to make it compile on AndroidGravatar Benoit Steiner2015-10-23
* Refined the #ifdef __CUDACC__ guard to ensure that when trying to compile gpu...Gravatar Benoit Steiner2015-10-23
* Added missing glue logicGravatar Benoit Steiner2015-10-22
* Added mapping between a specific device and the corresponding packet typeGravatar Benoit Steiner2015-10-22
* Added support for fourier transforms (code courtesy of thucjw@gmail.com)Gravatar Benoit Steiner2015-10-22
* Added a constructor to simplify the construction of tensormap from tensorGravatar Benoit Steiner2015-10-22
* Added some syntactic sugar to make it simpler to compare a tensor to a scalar.Gravatar Benoit Steiner2015-10-21
* Disable SFINAE for versions of gcc older than 4.8Gravatar Benoit Steiner2015-10-20
* Removed bogus assertionGravatar Benoit Steiner2015-10-20
* Added support for boolean reductions (ie 'and' & 'or' reductions)Gravatar Benoit Steiner2015-10-20
* Fixed a bug in the tensor conversion opGravatar Benoit Steiner2015-10-20
* Updated the custom indexing code: we can now use any container that provides ...Gravatar Benoit Steiner2015-10-15
* Tightened the definition of isOfNormalIndex to take into account integer type...Gravatar Benoit Steiner2015-10-14
* name changes 2Gravatar Gabriel Nützi2015-10-09
* name changesGravatar Gabriel Nützi2015-10-09
* added CustomIndex capability only to Tensor and not yet to TensorBase.Gravatar Gabriel Nützi2015-10-09
* Fix return type for TensorEvaluator<TensorSlicingOp>::dataGravatar Benoit Steiner2015-09-17
* Added support for argmax/argminGravatar Benoit Steiner2015-08-31
* Use numext::mini/numext::maxi instead of std::min/std::max in the tensor codeGravatar Benoit Steiner2015-08-28
* Fix some trivial warningsGravatar Christoph Hertzberg2015-08-19
* Use standard include syntax in Tensor module (<> for include-path and "" for ...Gravatar Christoph Hertzberg2015-08-18
* Fix Tensor module wrt nullary functor recent changeGravatar Gael Guennebaud2015-08-09
* Fixed compilation warningGravatar Benoit Steiner2015-08-03
* Fixed 2 compilation warnings generated by llvmGravatar Benoit Steiner2015-07-29
* Added a test for shufflingGravatar Benoit Steiner2015-07-29
* Fixed a few compilation warnings triggered by clangGravatar Benoit Steiner2015-07-29
* Simplified and generalized the DividerTraits codeGravatar Benoit Steiner2015-07-29