aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Expand)AuthorAge
...
* Disable new/delete test for HIPGravatar Antonio Sanchez2021-02-25
* Fix CUDA device new and delete, and add test.Gravatar Antonio Sanchez2021-02-24
* Eliminate CMake FindPackageHandleStandardArgs warnings.Gravatar Antonio Sanchez2021-02-24
* Fixed sparse conservativeResize() when both num cols and rows decreased.Gravatar Adam Shapiro2021-02-23
* Missing change regarding #1910Gravatar Christoph Hertzberg2021-02-19
* Bug #1910: Make SparseCholesky work for RowMajor matricesGravatar Christoph Hertzberg2021-02-19
* New accurate algorithm for pow(x,y). This version is accurate to 1.4 ulps for...Gravatar Rasmus Munk Larsen2021-02-17
* Updated pfrexp implementation.Gravatar Antonio Sanchez2021-02-17
* Fix ldexp implementations.Gravatar Antonio Sanchez2021-02-10
* add specialization of check_sparse_solving() for SuperLU solver, in order to ...Gravatar Ralf Hannemann-Tamas2021-02-08
* Add more tests for pow and fix a corner case for huge exponent where the resu...Gravatar Rasmus Munk Larsen2021-02-05
* Allow for negative strides.Gravatar Gael Guennebaud2021-01-27
* Replace language_support module with builtin CheckLanguageGravatar Samir Benmendil2021-01-27
* Eliminate implicit conversion warning in test/array_cwise.cppGravatar Antonio Sanchez2021-01-23
* Replace std::isnan with numext::isnan for c++03Gravatar Antonio Sanchez2021-01-23
* Fix pow and other cwise ops for half/bfloat16.Gravatar Antonio Sanchez2021-01-22
* Specialize std::complex operators for use on GPU device.Gravatar Antonio Sanchez2021-01-22
* Fix pfrexp/pldexp for half.Gravatar Antonio Sanchez2021-01-21
* Fix stable_norm_1 test.Gravatar Antonio Sanchez2021-01-21
* 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