aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* Restore ABI compatibility for conj with 3.3, fix conflict with boost.Gravatar Antonio Sanchez2021-05-07
* Clean up gpu device properties.Gravatar Antonio Sanchez2021-05-07
* Fix numext::arg return type.Gravatar Antonio Sanchez2021-05-07
* Revert addition of unused `paddsub<Packet2cf>`. This fixes #2242Gravatar Christoph Hertzberg2021-05-06
* Simplify TensorRandom and remove time-dependence.Gravatar Antonio Sanchez2021-05-04
* Better CUDA complex division.Gravatar Antonio Sanchez2021-04-29
* Add missing pcmp_lt_or_nan for NEON Packet4bf.Gravatar Antonio Sanchez2021-04-27
* Added complex matrix unit tests for SelfAdjointEigenSolveGravatar Theo Fletcher2021-04-26
* Tests added and AVX512 bug fixed for pcmp_lt_or_nanGravatar Jakub Lichman2021-04-25
* Tests for pcmp_lt and pcmp_le addedGravatar Jakub Lichman2021-04-23
* Fix for issue with static global variables in TensorDeviceGpu.hGravatar Turing Eret2021-04-23
* Check existence of BSD random before use.Gravatar Antonio Sanchez2021-04-22
* DenseStorage safely copy/swap.Gravatar Antonio Sanchez2021-04-22
* Make vectorized compute_inverse_size4 compile with AVX.Gravatar Rasmus Munk Larsen2021-04-22
* Compilation of basicbenchmark fixedGravatar Jakub Lichman2021-04-21
* Fix taking address of rvalue compiler issue with TensorFlow (plus other warni...Gravatar Chip-Kerchner2021-04-21
* HasExp added for AVX512 Packet8dGravatar Jakub Lichman2021-04-20
* Fix ldexp for AVX512 (#2215)Gravatar Antonio Sanchez2021-04-20
* Before 3.4 branchGravatar David Tellenbach2021-04-18
* Modify googlehash use to account for namespace issues.Gravatar Antonio Sanchez2021-04-12
* Avoid using uninitialized inputs and if available, use slightly more efficien...Gravatar Christoph Hertzberg2021-04-13
* Fix typo in TensorDimensions.hGravatar Rasmus Munk Larsen2021-04-12
* Fix for float16 GPU unit test.Gravatar Rohit Santhanam2021-04-12
* Use EIGEN_HAS_CXX11 and EIGEN_COMP_CXXVER macros to detect C++ version for `s...Gravatar Christoph Hertzberg2021-04-12
* fixed doxygen for unsupported iterative solver moduleGravatar Jens Wehner2021-04-11
* Make iterators default constructible and assignable, by making...Gravatar Christoph Hertzberg2021-04-09
* This fixes an issue where the compiler was not choosing the GPU specific spec...Gravatar Rohit Santhanam2021-04-08
* Scaled epsilon the wrong way.Gravatar Antonio Sanchez2021-04-07
* Replace `-2147483648` by `-0.0f` or `-0.0` constants (this should fix #2189).Gravatar Christoph Hertzberg2021-04-07
* Align local arrays to Packet boundary.Gravatar Rasmus Munk Larsen2021-04-06
* Fix clang tidy warnings in AnnoyingScalar.Gravatar Antonio Sanchez2021-04-05
* Fix SelfAdjoingEigenSolver (#2191)Gravatar Antonio Sanchez2021-04-05
* Fix two bugs in commitGravatar Rasmus Munk Larsen2021-04-02
* Fix address of temporary object errors in clang11.Gravatar Chip Kerchner2021-04-02
* Add CI infrastructure for pre-merge smoke tests.Gravatar David Tellenbach2021-04-01
* Add CMake infrastructure for smoke testingGravatar David Tellenbach2021-03-31
* Add an info() method to the SVDBase class to make it possible to tell the use...Gravatar Rasmus Munk Larsen2021-03-31
* Add GitLab templates for issues and merge requestsGravatar Guoqiang QI2021-03-31
* Fix CUDA constexpr issues for numeric_limits.Gravatar Antonio Sanchez2021-03-30
* Use Index type in loop over coefficients.Gravatar Antonio Sanchez2021-03-29
* Eliminate `round_impl` double-promotion warnings for c++03.Gravatar Antonio Sanchez2021-03-25
* Un-defining EIGEN_HAS_CONSTEXPR on the HIP platformGravatar Deven Desai2021-03-25
* Fixed performance issues for complex VSX and P10 MMA in gebp_kernel (level 3).Gravatar Chip Kerchner2021-03-25
* Revert "Revert "Adds EIGEN_CONSTEXPR and EIGEN_NOEXCEPT to rows(), cols(), in...Gravatar Steve Bronder2021-03-24
* Eliminate mixingtypes_7 warning.Gravatar Antonio Sanchez2021-03-24
* Revert "Uses _mm512_abs_pd for Packet8d pabs"Gravatar Christoph Hertzberg2021-03-23
* Re-enable CI for PowerGravatar David Tellenbach2021-03-22
* Remove yet another comma at end of enumGravatar David Tellenbach2021-03-18
* Uses _mm512_abs_pd for Packet8d pabsGravatar Steve Bronder2021-03-18
* Split test commainitializer into two substestsGravatar David Tellenbach2021-03-18