aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/test
Commit message (Expand)AuthorAge
* Replace separate low word constructors with a single templated constructor.Gravatar Ville Kallioniemi2016-02-01
* Cleaned up a tensor contraction testGravatar Benoit Steiner2016-02-01
* Sharded the cxx11_tensor_contract_cuda testGravatar Benoit Steiner2016-02-01
* Silenced a few compilation warningsGravatar Benoit Steiner2016-02-01
* Shared the tensor reduction testGravatar Benoit Steiner2016-02-01
* Sharded the tensor device testGravatar Benoit Steiner2016-02-01
* Fixed a few compilation warningsGravatar Benoit Steiner2016-01-31
* Sharded the CUDA argmax tensor testGravatar Benoit Steiner2016-01-31
* Fixed a few memory leaks in the cuda testsGravatar Benoit Steiner2016-01-30
* Sharded the cxx11_tensor_cuda test and fixed a memory leakGravatar Benoit Steiner2016-01-30
* Added a test to cover threaded tensor shufflingGravatar Benoit Steiner2016-01-30
* Made the comparison between single and multithreaded contraction results more...Gravatar Benoit Steiner2016-01-30
* Made sure to use a tensor of rank 0 to store the result of a full reduction i...Gravatar Benoit Steiner2016-01-30
* Sharded the tensor thread pool testGravatar Benoit Steiner2016-01-30
* Made the CUDA contract test more robust to numerical noise.Gravatar Benoit Steiner2016-01-30
* Made sure to call nvcc with the relaxed-constexpr flag.Gravatar Benoit Steiner2016-01-28
* Fix unit test filename.Gravatar Gael Guennebaud2016-01-28
* Deleted an invalid assertion that prevented the assignment of empty tensors.Gravatar Benoit Steiner2016-01-27
* Fixed the tensor_cuda testGravatar Benoit Steiner2016-01-27
* Fixed the flags passed to nvcc to compile the tensor code.Gravatar Benoit Steiner2016-01-27
* Made the cuda tests compile using make checkGravatar Benoit Steiner2016-01-27
* Properly specify the namespace when calling cout/endlGravatar Benoit Steiner2016-01-27
* Backout changeset 690bc950f70c61075d396671e63480bbd64bb297Gravatar Gael Guennebaud2016-01-22
* fix clang warningsGravatar Jan Prach2016-01-20
* bug #1136: Protect isinf for Intel compilers. Also don't distinguish GCC from...Gravatar Christoph Hertzberg2015-12-15
* Merged in ebrevdo/eigen (pull request PR-148)Gravatar Gael Guennebaud2015-12-11
|\
* | Made 2 tests compile without cxx11.Gravatar Benoit Steiner2015-12-10
* | Use the proper accessor to refer to the value of a scalar tensorGravatar Benoit Steiner2015-12-10
* | Updated the cxx11_tensor_custom_op to not require cxx11.Gravatar Benoit Steiner2015-12-10
* | Updated the cxx11_tensor_assign test to make it compile without support for c...Gravatar Benoit Steiner2015-12-10
| * Add special functions to Eigen: lgamma, erf, erfc.Gravatar Eugene Brevdo2015-12-07
|/
* Update ADOL-C support.Gravatar Gael Guennebaud2015-11-30
* Fixed another clang compilation warningGravatar Benoit Steiner2015-11-19
* Fixed compilation warning generated by clangGravatar Benoit Steiner2015-11-19
* Shard the uint128 testGravatar Benoit Steiner2015-11-19
* Cleanup the integer division testGravatar Benoit Steiner2015-11-19
* Added support for 128bit integers on CUDA devices.Gravatar Benoit Steiner2015-11-19
* Avoid using the version of TensorIntDiv optimized for 32-bit integers when th...Gravatar Benoit Steiner2015-11-18
* Completed the IndexList rewriteGravatar Benoit Steiner2015-11-12
* Pulled latest updates from trunkGravatar Benoit Steiner2015-11-05
|\
* | Updated the regressions tests that cover full reductionsGravatar Benoit Steiner2015-11-05
| * Add unit test for Hessian via AutoDiffScalarGravatar Gael Guennebaud2015-11-05
|/
* Pulled latest updates from trunkGravatar Benoit Steiner2015-10-29
|\
* | Added a few tests to cover rank-0 tensorsGravatar Benoit Steiner2015-10-29
| * Enable mpreal unit test for C++11 compiler onlyGravatar Gael Guennebaud2015-10-27
|/
* Fixed compilation error triggered by gcc 4.7Gravatar Benoit Steiner2015-10-26
* disable usage of INTMAX_TGravatar Gael Guennebaud2015-10-23
* remove useless cstdint headerGravatar Gael Guennebaud2015-10-23
* Added tests for the fft codeGravatar Benoit Steiner2015-10-22
* Fixed incorrect expected valueGravatar Benoit Steiner2015-10-22