aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Expand)AuthorAge
...
* 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
* Fix denormal check pre c++11.Gravatar Antonio Sanchez2020-06-30
* Report custom C++ flags in CMake testing summaryGravatar David Tellenbach2020-06-30
* Fix packetmath_1 float tests for arm/aarch64.Gravatar Antonio Sanchez2020-06-24
* Added missing NEON pcasts, update packetmath tests.Gravatar Antonio Sanchez2020-06-21
* Support BFloat16 in EigenGravatar Teng Lu2020-06-20
* Fix #1911: add benchmark for move semantics with fixed-size matrixGravatar Sebastien Boisvert2020-06-11
* Remove HasCast and fix packetmath cast tests.Gravatar Antonio Sanchez2020-06-11
* Fix #1757: remove the word 'suicide'Gravatar Sebastien Boisvert2020-06-11
* Fix broken packetmath test for logistic on Arm.Gravatar Rasmus Munk Larsen2020-06-04
* Bug #1777: make the scalar and packet path consistent for the logistic functi...Gravatar Gael Guennebaud2020-05-31
* Save one extra temporary when assigning a sparse product to a row-major spars...Gravatar Gael Guennebaud2020-05-30
* Guard usage of decltype since it's a C++11 featureGravatar David Tellenbach2020-05-20
* Add guard around specialization for bool, which is only currently implemented...Gravatar Rasmus Munk Larsen2020-05-19
* - Vectorizing MMA packing.Gravatar Everton Constantino2020-05-19
* Add missing packet ops for bool, and make it pass the same packet op unit tes...Gravatar Rasmus Munk Larsen2020-05-14
* Added support for reverse iterators for Vectorwise operations.Gravatar Felipe Attanasio2020-05-14
* Indexed view should have RowMajorBit when there is staticly a single rowGravatar Christopher Moore2020-05-14
* Resolve "IndexedView of a vector should allow linear access"Gravatar Christopher Moore2020-05-13
* Remove packet ops pinsertfirst and pinsertlast that are only used in a single...Gravatar Rasmus Munk Larsen2020-05-08
* Remove unused packet op "palign".Gravatar Rasmus Munk Larsen2020-05-07