aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* Enable bdcsvd on host.Gravatar Antonio Sanchez2021-02-08
* Add more tests for pow and fix a corner case for huge exponent where the resu...Gravatar Rasmus Munk Larsen2021-02-05
* Disable vectorized pow for half/bfloat16.Gravatar Antonio Sanchez2021-02-05
* Fix excessive GEBP register spilling for 32-bit NEON.Gravatar Antonio Sanchez2021-02-03
* Eliminate implicit conversions from float to double.Gravatar Antonio Sanchez2021-02-01
* Implement bit_* for device.Gravatar Antonio Sanchez2021-02-01
* Fix altivec packetmath.Gravatar Antonio Sanchez2021-01-28
* Fix clang compilation for AltiVec from previous check-inGravatar Chip Kerchner2021-01-28
* Add the following functionsGravatar David Tellenbach2021-01-28
* Add the following functions:Gravatar David Tellenbach2021-01-28
* Allow for negative strides.Gravatar Gael Guennebaud2021-01-27
* Replace language_support module with builtin CheckLanguageGravatar Samir Benmendil2021-01-27
* Include `<cstdint>` in one place, remove custom typedefsGravatar Antonio Sanchez2021-01-26
* Fix sqrt, ldexp and frexp compilation errors.Gravatar Chip Kerchner2021-01-25
* fix test of ExtractVolumePatchesOpGravatar Gmc22021-01-25
* 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
* Remove unused variable in SparseLU.hGravatar Florian Maurin2021-01-22
* 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
* Add support for Arm SVEGravatar David Tellenbach2021-01-21
* Fix pfrexp/pldexp for half.Gravatar Antonio Sanchez2021-01-21
* Fix stable_norm_1 test.Gravatar Antonio Sanchez2021-01-21
* Remove std::cerr in iterative solver since we don't have iostream.Gravatar David Tellenbach2021-01-21
* Fix signed-unsigned comparison.Gravatar Antonio Sanchez2021-01-20
* Proper CPUIDGravatar Ivan Popivanov2021-01-18
* 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 paddings of TensorVolumePatchOpGravatar Maozhou, Ge2021-01-15
* 1)provide a better generic paddsub op implementationGravatar Guoqiang QI2021-01-13
* Remove `inf` local variable.Gravatar Antonio Sanchez2021-01-12
* Remove TODO from Transform::computeScaleRotation()Gravatar Antonio Sanchez2021-01-11
* Transform::computeScalingRotation flush determinant to +/- 1.Gravatar Antonio Sanchez2021-01-11
* Only specialize complex `sqrt_impl` for CUDA if not MSVC.Gravatar Antonio Sanchez2021-01-11
* Fix for breakage in ROCm support - 210108Gravatar Deven Desai2021-01-08
* 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
* Add missing #endif directive in Macros.hGravatar David Tellenbach2021-01-07
* #define was defined incorrectly because the result_of function was deprecated...Gravatar shrek14022021-01-07
* Fix Ref initialization.Gravatar Antonio Sanchez2021-01-06
* Allow CwiseUnaryView to be used on device.Gravatar Antonio Sanchez2021-01-06
* 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
* Fix missing EIGEN_DEVICE_FUNCGravatar rgreenblatt2020-12-20
* * Add iterative psqrt<double> for AVX and SSE when FMA is available. This pro...Gravatar Rasmus Munk Larsen2020-12-16
* Merge branch 'lambdaknight/eigen-master'Gravatar Turing Eret2020-12-16
|\
| * Replace call to FixedDimensions() with a singleton instance ofGravatar Turing Eret2020-12-16
* | Add an additional step of Newton-Raphson for `psqrt<double>` on Arm, which ot...Gravatar Rasmus Munk Larsen2020-12-15