aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Expand)AuthorAge
* Revert "Add log2() operator to Eigen"Gravatar Rasmus Munk Larsen2020-12-03
* Add log2() operator to EigenGravatar Rasmus Munk Larsen2020-12-03
* Include chrono in main for c++11.Gravatar Antonio Sanchez2020-12-03
* AVX512 missing ops.Gravatar Antonio Sanchez2020-11-30
* Make inclusion of doc sub-directory optional by adjusting options.Gravatar Bowie Owens2020-11-27
* Revert "Fix Half NaN definition and test."Gravatar Rasmus Munk Larsen2020-11-24
* Fix Half NaN definition and test.Gravatar Rasmus Munk Larsen2020-11-24
* Implement missing AVX half ops.Gravatar Antonio Sanchez2020-11-24
* Fix Half NaN definition and test.Gravatar Antonio Sanchez2020-11-23
* Update AVX half packets, disable test.Gravatar Antonio Sanchez2020-11-21
* Fix sparse_extra_3, disable counting temporaries for testing DynamicSparseMat...Gravatar Antonio Sanchez2020-11-18
* Re-enable Arm Neon Eigen::half packets of size 8Gravatar David Tellenbach2020-11-18
* Add bit_cast for half/bfloat to/from uint16_t, fix TensorRandomGravatar Antonio Sanchez2020-11-18
* Initialize primitives to fix -Wuninitialized-const-reference.Gravatar Antonio Sanchez2020-11-18
* Eliminate double-promotion warnings.Gravatar Antonio Sanchez2020-11-16
* Explicit casts of S -> std::complex<T>Gravatar Antonio Sanchez2020-11-14
* Suppress ignored-attributes warning (same as in vectorization_logic). Remove ...Gravatar Christoph Hertzberg2020-11-13
* Fix erroneous forward declaration of boost nvp.Gravatar Everton Constantino2020-11-10
* CMakefile update for ROCm 4.0Gravatar Deven Desai2020-10-29
* Add support for Armv8.2-a __fp16Gravatar David Tellenbach2020-10-28
* Add packet generic ops `predux_fmin`, `predux_fmin_nan`, `predux_fmax`, and `...Gravatar Rasmus Munk Larsen2020-10-13
* Clean up packetmath tests and fix various bugs to make bfloat16 pass (almost)...Gravatar Rasmus Munk Larsen2020-10-09
* Disable test exceptions when using OpenMP.Gravatar David Tellenbach2020-10-09
* Don't make assumptions about NaN-propagation for pmin/pmax - it various acros...Gravatar Rasmus Munk Larsen2020-10-07
* Add a generic packet ops corresponding to {std}::fmin and {std}::fmax. The no...Gravatar Rasmus Munk Larsen2020-10-01
* Fix alignedbox 32-bit precision test failure.Gravatar Antonio Sanchez2020-09-30
* Added AlignedBox::transform(AffineTransform).Gravatar Martin Pecka2020-09-28
* Remove EIGEN_CONSTEXPR from NumTraits<boost::multiprecision::number<...>>Gravatar David Tellenbach2020-09-21
* Get rid of initialization logic for blueNorm by making the computed constants...Gravatar Rasmus Munk Larsen2020-09-18
* Make bfloat16(float(-nan)) produce -nan, not nan.Gravatar Tim Shen2020-09-15
* Add missing functions for Packet8bf in Altivec architecture.Gravatar Pedro Caldeira2020-09-08
* MatrixProuct enhancements:Gravatar Everton Constantino2020-09-02
* Fix #1974: assertion when reserving an empty sparse matrixGravatar Gael Guennebaud2020-08-26
* Fixing a CUDA / P100 regression introduced by PR 181Gravatar Deven Desai2020-08-20
* Add possibility to split test suit build targets and improved CI configurationGravatar David Tellenbach2020-08-19
* Fix compilation error in blasutil testGravatar David Tellenbach2020-08-14
* Replace the call to int64_t in the blasutil test by explicit typesGravatar David Tellenbach2020-08-14
* Add support for Bfloat16 to use vector instructions on AltivecGravatar Pedro Caldeira2020-08-10
* Adding an explicit launch_bounds(1024) attribute for GPU kernels.Gravatar Deven Desai2020-08-05
* Fix bfloat16 castsGravatar David Tellenbach2020-07-23
* Revert change that made conversion from bfloat16 to {float, double} implicit.Gravatar Rasmus Munk Larsen2020-07-22
* Faster conversion from integer types to bfloat16Gravatar Niels Dekker2020-07-22
* Allow implicit conversion from bfloat16 to float and doubleGravatar Niels Dekker2020-07-11
* Guard operator<< test by EIGEN_NO_IO.Gravatar Rasmus Munk Larsen2020-07-09
* Add operator<< to print a quaternion.Gravatar Rasmus Munk Larsen2020-07-09
* Fix test basic stuffGravatar David Tellenbach2020-07-09
* Change the sign operator in Eigen to return NaN for NaN arguments, not zero.Gravatar Rasmus Munk Larsen2020-07-07
* Make test packetmath C++98 compliantGravatar David Tellenbach2020-07-01
* Delete duplicate test cases in vectorization_logic.cppGravatar Kan Chen2020-07-01
* Fix tensor casts for large packets and casts to/from std::complexGravatar Antonio Sanchez2020-06-30