aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src/Tensor/TensorDimensions.h
Commit message (Collapse)AuthorAge
* Fix typo in TensorDimensions.hGravatar Rasmus Munk Larsen2021-04-12
|
* Block evaluation for TensorGenerator/TensorReverse/TensorShufflingGravatar Eugene Zhulenev2019-10-14
|
* Tensor block evaluation V2 support for unary/binary/broadcstingGravatar Eugene Zhulenev2019-09-24
|
* Enable DSizes type promotion with c++03 compilersGravatar Eugene Zhulenev2018-09-18
|
* Add DSizes index type promotionGravatar Eugene Zhulenev2018-09-15
|
* Fix DSizes IndexList constructorGravatar Eugene Zhulenev2018-09-14
|
* Support reshaping with static shapes and dimensions conversion in tensor ↵Gravatar Eugene Zhulenev2018-09-14
| | | | broadcasting
* Fix integer conversion warningGravatar Christoph Hertzberg2018-08-30
|
* 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
|
* Add tiled evaluation support to TensorExecutorGravatar Eugene Zhulenev2018-07-25
|
* Initial support of TensorBlockGravatar Eugene Zhulenev2018-07-20
|
* Improved formattingGravatar Benoit Steiner2016-11-30
|
* Udated the Sizes class to work on AMD gpus without requiring a separate ↵Gravatar Benoit Steiner2016-11-30
| | | | implementation
* Merged eigen/eigen into defaultGravatar Benoit Steiner2016-11-26
|\
| * Avoided unnecessary type conversionGravatar Benoit Steiner2016-11-26
| |
* | Fixing LLVM error on TensorMorphingSycl.h on GPU; fixing int64_t crash for ↵Gravatar Mehdi Goli2016-11-25
|/ | | | tensor_broadcast_sycl on GPU; adding get_sycl_supported_devices() on syclDevice.h.
* Added support for statically known lists of pairs of indicesGravatar Benoit Steiner2016-05-25
|
* Make EIGEN_HAS_VARIADIC_TEMPLATES user configurableGravatar Gael Guennebaud2016-05-20
|
* Removed extraneous 'explicit' keywordsGravatar Benoit Steiner2016-05-04
|
* 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
| | | | "braces around scalar initializer"
* 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 ↵Gravatar Benoit Steiner2015-07-17
| | | | of the tensors is different.
* 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
| | | | | | clang compilation warnings (transplanted from 4400e4436ac7c5bbd305a03c21aa4bce24ae199b)
* 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 ↵Gravatar Benoit Steiner2015-03-30
| | | | | | | | encoding it in the options.
* | 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 ↵Gravatar Benoit Steiner2015-02-10
| | | | cuda kernels.
* 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
|