aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* Add increment/decrement operators to Eigen::half.Gravatar Antonio Sanchez2021-03-15
* Bump up rand histogram threshold.Gravatar Antonio Sanchez2021-03-10
* Disable EIGEN_OPTIMIZATION_BARRIER for PPC clang.Gravatar Antonio Sanchez2021-03-10
* Re-implement move assignments.Gravatar Antonio Sanchez2021-03-10
* [MSVC-specific] Define EIGEN_ARCH_x86_64 for native x64 (_M_X64 is defined an...Gravatar Ben Niu2021-03-10
* Fix ambiguous call to CUDA __half constructor.Gravatar Antonio Sanchez2021-03-08
* Fix typo: DEVICE -> GPUGravatar Antonio Sanchez2021-03-08
* Fix non-trivial Half constructor for CUDA.Gravatar Antonio Sanchez2021-03-08
* Revert stack allocation limit change that crept in.Gravatar Antonio Sanchez2021-03-05
* Changing the Eigen::half implementation for HIPGravatar Deven Desai2021-03-05
* Define EIGEN_CPLUSPLUS and replace most __cplusplus checks.Gravatar Antonio Sanchez2021-03-05
* Fix rint SSE/NEON again, using optimization barrier.Gravatar Antonio Sanchez2021-03-05
* Revert "Adds EIGEN_CONSTEXPR and EIGEN_NOEXCEPT to rows(), cols(), innerStrid...Gravatar David Tellenbach2021-03-05
* Adds EIGEN_CONSTEXPR and EIGEN_NOEXCEPT to rows(), cols(), innerStride(), out...Gravatar Steve Bronder2021-03-04
* Deactive CI for Power due to problems with GitLab runnerGravatar David Tellenbach2021-03-04
* Add log2 operation to TensorBaseGravatar Eugene Zhulenev2021-03-04
* Revert "Fix rint for SSE/NEON."Gravatar Antonio Sánchez2021-03-03
* Fix rint for SSE/NEON.Gravatar Antonio Sanchez2021-03-03
* geo_alignedbox_5 was failing with AVX enabled, due to storing `Vector4d` in a...Gravatar Christoph Hertzberg2021-03-01
* Add print for SSE/NEON, use NEON rounding intrinsics if available.Gravatar Antonio Sanchez2021-02-27
* Document that using raw function pointers doesn't work with unaryExpr.Gravatar David Tellenbach2021-02-27
* Make half/bfloat16 constructor take inputs by value, fix powerpc test.Gravatar Antonio Sanchez2021-02-27
* Remove unused includeGravatar Christoph Hertzberg2021-02-27
* clang 10 aggressively warns about precision loss when converting int to float...Gravatar Christoph Hertzberg2021-02-27
* Inherit from `no_assignment_operator` to avoid implicit copy constructor warn...Gravatar Christoph Hertzberg2021-02-27
* Fix some enum-enum conversion warningsGravatar Christoph Hertzberg2021-02-27
* Fixed/masked more implicit copy constructor warningsGravatar Christoph Hertzberg2021-02-27
* ReturnByValue is already non-copyableGravatar Christoph Hertzberg2021-02-27
* Fix double-promotion warningsGravatar Christoph Hertzberg2021-02-27
* Idrs iterative linear solverGravatar Jens Wehner2021-02-27
* Fix NEON sqrt for 32-bit, add prsqrt.Gravatar Antonio Sanchez2021-02-26
* Merge branch 'rmlarsen1/eigen-nan_prop'Gravatar Rasmus Munk Larsen2021-02-26
|\
| * Merge branch 'nan_prop' of https://gitlab.com/rmlarsen1/eigen into nan_propGravatar Rasmus Munk Larsen2021-02-26
| |\
| * | Add TODO.Gravatar Rasmus Munk Larsen2021-02-26
| * | Defer default for minCoeff/maxCoeff to templated variant.Gravatar Rasmus Munk Larsen2021-02-26
* | | Fix floor/ceil for NEON fp16.Gravatar Antonio Sanchez2021-02-25
* | | Fix SSE/NEON pfloor/pceil for saturated values.Gravatar Antonio Sanchez2021-02-25
| | * Fix indentation.Gravatar Rasmus Munk Larsen2021-02-25
| | * Make it possible to specify NaN propagation strategy for maxCoeff/minCoeff re...Gravatar Rasmus Munk Larsen2021-02-25
| |/ |/|
* | Disable new/delete test for HIPGravatar Antonio Sanchez2021-02-25
* | Fix clang compile when no MMA flags are set. Simplify MMA compiler detection.Gravatar Chip-Kerchner2021-02-24
* | Don't crash when attempting to slice an empty tensor.Gravatar Rasmus Munk Larsen2021-02-24
| * Fix indentation.Gravatar Rasmus Munk Larsen2021-02-24
| * Merge branch 'nan_prop' of https://gitlab.com/rmlarsen1/eigen into nan_propGravatar Rasmus Munk Larsen2021-02-24
| |\
| | * Make it possible to specify NaN propagation strategy for maxCoeff/minCoeff re...Gravatar Rasmus Munk Larsen2021-02-25
| |/ |/|
| * Make it possible to specify NaN propagation strategy for maxCoeff/minCoeff re...Gravatar Rasmus Munk Larsen2021-02-24
* | Remove unused function scalar_cmp_with_cast.Gravatar Rasmus Munk Larsen2021-02-24
* | Cast anonymous enums to int when used in expressions.Gravatar Rasmus Munk Larsen2021-02-24
|/
* Having forward template function declarations in a P10 file causes bad code i...Gravatar Chip-Kerchner2021-02-24
* Some improvements for kissfft from Martin Reinecke(pocketfft author):Gravatar Guoqiang QI2021-02-24