aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/test/cxx11_tensor_contraction.cpp
Commit message (Expand)AuthorAge
* Extend support for Packet16b:Gravatar Rasmus Munk Larsen2020-04-28
* Remove XSMM support from Tensor moduleGravatar Eugene Zhulenev2019-08-19
* Disable tests for contraction with output kernels when using libxsmm, which d...Gravatar Rasmus Munk Larsen2019-08-07
* Fix contraction test.Gravatar Rasmus Munk Larsen2018-10-08
* Fix missing-braces warningsGravatar Christoph Hertzberg2018-08-24
* Fixed the tensor contraction code.Gravatar Benoit Steiner2018-08-15
* Fix a few compiler warnings in CXX11 tests.Gravatar Rasmus Munk Larsen2018-08-14
* Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLAR...Gravatar Gael Guennebaud2018-07-17
* Fuse computations into the Tensor contractions using output kernelGravatar Eugene Zhulenev2018-07-10
* Updated the contraction code to support constant inputs.Gravatar Benoit Steiner2016-09-01
* Updated the contraction code to ensure that full contraction return a tensor ...Gravatar Benoit Steiner2016-05-05
* Fix bug in tensor contraction. The code assumes that contraction axis indices...Gravatar Benoit Steiner2016-03-17
* Made the contraction test more portableGravatar Benoit Steiner2016-03-04
* Backout changeset 690bc950f70c61075d396671e63480bbd64bb297Gravatar Gael Guennebaud2016-01-22
* fix clang warningsGravatar Jan Prach2016-01-20
* Allowed tensor contraction operation with an empty array of dimension pairs, ...Gravatar Godeffroy Valet2015-07-25
* Fixed another batch of compilation warningsGravatar Benoit Steiner2015-02-28
* Fix non initialized entries and comparison of very small numbersGravatar Gael Guennebaud2015-02-06
* Created many additional testsGravatar Benoit Steiner2015-01-14
* Ensured that contractions that can be reduced to a matrix vector product work...Gravatar Benoit Steiner2015-01-06
* Improved contraction testGravatar Benoit Steiner2014-10-03
* Created more regression testsGravatar Benoit Steiner2014-09-04
* Fixed a few compilation errors.Gravatar Benoit Steiner2014-06-10
* Created additional tests for the tensor code.Gravatar Benoit Steiner2014-06-05