aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src/Tensor/TensorDimensions.h
Commit message (Expand)AuthorAge
* Return the proper size (ie 1) for tensors of rank 0Gravatar Benoit Steiner2016-04-29
* Fixed some clang compilation warningsGravatar Benoit Steiner2016-02-09
* Backout changeset 690bc950f70c61075d396671e63480bbd64bb297Gravatar Gael Guennebaud2016-01-22
* fix clang warningsGravatar Jan Prach2016-01-20
* Made it possible to compare tensor dimensions inside a CUDA kernel.Gravatar Benoit Steiner2016-01-15
* Enabled the use of fixed dimensions from within a cuda kernel.Gravatar Benoit Steiner2016-01-11
* Use signed integers instead of unsigned ones more consistently in the codebase.Gravatar Benoit Steiner2015-12-04
* Fixed a compilation warningGravatar Benoit Steiner2015-11-11
* Fixed a bug in the extraction of sizes of fixed sized tensors of rank 0Gravatar Benoit Steiner2015-11-05
* Fixed compilation warningGravatar Benoit Steiner2015-10-26
* Added support for empty dimensionsGravatar Benoit Steiner2015-10-26
* Fixed compilation warningGravatar Benoit Steiner2015-08-03
* Fixed a typo in a test and a compilation warningGravatar Benoit Steiner2015-07-17
* Rewrote Eigen::dimensions_match to prevent a static assertion when the rank o...Gravatar Benoit Steiner2015-07-17
* Added missing APIs to the Eigen::Sizes classGravatar Benoit Steiner2015-07-16
* Improved support for fixed size tensorsGravatar Benoit Steiner2015-06-29
* Fixed some compilation warningsGravatar Benoit Steiner2015-04-19
* Use ptrdiff_t instead of size_t to encode fixed sizes. This silences several ...Gravatar Benoit Steiner2015-04-17
* Pulled latest updates from trunkGravatar Benoit Steiner2015-04-01
|\
| * Fixed some compilation warnings triggered by pre-cxx11 comoilersGravatar Benoit Steiner2015-04-01
| * Fixed 2 typosGravatar Benoit Steiner2015-04-01
* | Made the index type a template parameter of the tensor class instead of encod...Gravatar Benoit Steiner2015-03-30
* | Silenced a few compilation warningsGravatar Benoit Steiner2015-02-28
* | Fixed compilation warningsGravatar Benoit Steiner2015-02-27
|/
* Fixed several compilation warnings reported by clangGravatar Benoit Steiner2015-02-25
* Marked a few functions as EIGEN_DEVICE_FUNC to enable the use of tensors in c...Gravatar Benoit Steiner2015-02-10
* Silenced a few more compilation warningsGravatar Benoit Steiner2015-01-30
* Misc fixesGravatar Benoit Steiner2015-01-14
* Fixed a compilation error triggered by some operations on fixed sized tensorsGravatar Benoit Steiner2014-11-05
* Fixed a compilation warningGravatar Benoit Steiner2014-10-31
* Fixed a testGravatar Benoit Steiner2014-10-31
* Misc improvements and cleanupsGravatar Benoit Steiner2014-10-13
* Fixed the tensor shuffling testGravatar Benoit Steiner2014-10-10
* Created the IndexPair type to store pair of tensor indices. CUDA doesn't supp...Gravatar Benoit Steiner2014-10-03
* Misc api improvements and cleanupsGravatar Benoit Steiner2014-08-23
* Added primitives to compare tensor dimensionsGravatar Benoit Steiner2014-07-10
* Prevent the generation of unlaunchable cuda kernels when compiling in debug m...Gravatar Benoit Steiner2014-06-09
* Added support for tensor contractionsGravatar Benoit Steiner2014-06-04
* Vectorized the evaluation of tensor expression (using SSE, AVX, NEON, ...)Gravatar Benoit Steiner2014-05-16
* Added support for fixed sized tensors.Gravatar Benoit Steiner2014-05-06