aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src/Tensor/TensorIndexList.h
Commit message (Expand)AuthorAge
* Get rid of initialization logic for blueNorm by making the computed constants...Gravatar Rasmus Munk Larsen2020-09-18
* Fix a bug in TensorIndexList.hGravatar Changming Sun2020-04-13
* Add block evaluation to TensorReshaping/TensorCasting/TensorPadding/TensorSelectGravatar Eugene Zhulenev2019-10-02
* [SYCL] This PR adds the minimum modifications to the Eigen unsupported module...Gravatar Mehdi Goli2019-06-28
* Replace deprecated Eigen::DenseIndex with Eigen::Index in TensorIndexListGravatar Eugene Zhulenev2018-09-17
* Fix warnings in IndexList array_prodGravatar Eugene Zhulenev2018-09-15
* Fix several integer conversion and sign-compare warningsGravatar Christoph Hertzberg2018-08-24
* Converting ad-hoc inline keyword to EIGEN_STRONG_INLINE MACRO.Gravatar Mehdi Goli2018-08-01
* Updates corresponding to the latest round of PR feedbackGravatar Deven Desai2018-07-11
* Adding support for using Eigen in HIP kernels.Gravatar Deven Desai2018-06-06
* Code cleanup.Gravatar Benoit Steiner2016-05-26
* Made the index pair list code more portable accross various compilersGravatar Benoit Steiner2016-05-25
* Added support for statically known lists of pairs of indicesGravatar Benoit Steiner2016-05-25
* Make EIGEN_HAS_CONSTEXPR user configurableGravatar Gael Guennebaud2016-05-20
* Make EIGEN_HAS_VARIADIC_TEMPLATES user configurableGravatar Gael Guennebaud2016-05-20
* Added NumTraits for type2index.Gravatar Benoit Steiner2016-03-30
* Made the TensorIndexList usable on GPU without having to use the -relaxed-con...Gravatar Benoit Steiner2016-02-26
* Silenced some compilation warnings triggered by nvccGravatar Benoit Steiner2015-11-12
* Completed the IndexList rewriteGravatar Benoit Steiner2015-11-12
* Simplified more of the IndexList code.Gravatar Benoit Steiner2015-11-12
* Started to make the IndexList code compile by more compilersGravatar Benoit Steiner2015-11-12
* Fixed compilation error with xcode.Gravatar Benoit Steiner2015-11-12
* Use standard include syntax in Tensor module (<> for include-path and "" for ...Gravatar Christoph Hertzberg2015-08-18
* Define EIGEN_HAS_INDEX_LIST whenever the class is defined. This makes it easi...Gravatar Benoit Steiner2015-07-16
* Worked around some constexpr related bugs in nvcc 7Gravatar Benoit Steiner2015-05-28
* Added the EIGEN_HAS_CONSTEXPR defineGravatar Benoit Steiner2015-02-06
* Silenced some compilation warningsGravatar Benoit Steiner2015-01-30
* Added more tests to cover tensor reductionsGravatar Benoit Steiner2015-01-28
* Expanded the functionality of index listsGravatar Benoit Steiner2015-01-14
* Fixed compilation errors with clang.Gravatar Benoit Steiner2014-11-13
* Added support for static list of indicesGravatar Benoit Steiner2014-11-12