aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Expand)AuthorAge
* Vectorize `pow(x, y)`. This closes https://gitlab.com/libeigen/eigen/-/issues...Gravatar Rasmus Munk Larsen2021-01-18
* Improved std::complex sqrt and rsqrt.Gravatar Antonio Sanchez2021-01-17
* Fix MSVC complex sqrt and packetmath test.Gravatar Antonio Sanchez2021-01-08
* Fix rand test for MSVC.Gravatar Antonio Sanchez2021-01-07
* Make Transform::computeRotationScaling(0,&S) continuousGravatar Essex Edwards2021-01-07
* Fix Ref Stride checks.Gravatar Antonio Sanchez2021-01-05
* Eliminate boolean product warnings by factoring out aGravatar Christoph Hertzberg2021-01-05
* Add CUDA complex sqrt.Gravatar Antonio Sanchez2020-12-22
* Replace M_LOG2E and M_LN2 with custom macros.Gravatar Antonio Sanchez2020-12-11
* Implement vectorized complex square root.Gravatar Rasmus Munk Larsen2020-12-08
* Add log2() to Eigen.Gravatar Rasmus Munk Larsen2020-12-04
* 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