aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/test
Commit message (Collapse)AuthorAge
...
* Avoid unecessary type conversionsGravatar Benoit Steiner2016-02-05
|
* Only enable the cxx11_tensor_uint128 test on 64 bit machines since 32 bit ↵Gravatar Benoit Steiner2016-02-05
| | | | systems don't support the __uin128_t type
* Made the tensor fft test compile on tegra x1Gravatar Benoit Steiner2016-02-06
|
* Properly disable nvcc warning messages in user code.Gravatar Benoit Steiner2016-02-03
|
* Silenced the "calling a __host__ function from a __host__ __device__ ↵Gravatar Benoit Steiner2016-02-03
| | | | function is not allowed" messages
* 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 ↵Gravatar Benoit Steiner2016-01-30
| | | | more resistant to numerical noise to prevent spurious test failures.
* Made sure to use a tensor of rank 0 to store the result of a full reduction ↵Gravatar Benoit Steiner2016-01-30
| | | | in the tensor thread pool test
* 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
| | | | "braces around scalar initializer"
* bug #1136: Protect isinf for Intel compilers. Also don't distinguish GCC ↵Gravatar Christoph Hertzberg2015-12-15
| | | | from ICC and don't rely on EIGEN_NOT_A_MACRO, which might not be defined when including this.
* Merged in ebrevdo/eigen (pull request PR-148)Gravatar Gael Guennebaud2015-12-11
|\ | | | | | | Add special functions to eigen: lgamma, erf, erfc.
* | Made 2 tests compile without cxx11.Gravatar Benoit Steiner2015-12-10
| | | | | | | | HdG: --
* | 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 ↵Gravatar Benoit Steiner2015-12-10
| | | | | | | | cxx11
| * Add special functions to Eigen: lgamma, erf, erfc.Gravatar Eugene Brevdo2015-12-07
|/ | | | Includes CUDA support and unit tests.
* 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 ↵Gravatar Benoit Steiner2015-11-18
| | | | the divisor can be equal to one since it isn't supported.
* 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
|/