| Commit message (Expand) | Author | Age |
... | |
* | Fix numext::round pre c++11 for large inputs. | Antonio Sanchez | 2021-03-15 |
* | Fix pround and add print | Chip Kerchner | 2021-03-15 |
* | Fix NVCC+ICC issues. | Antonio Sanchez | 2021-03-15 |
* | Add increment/decrement operators to Eigen::half. | Antonio Sanchez | 2021-03-15 |
* | Bump up rand histogram threshold. | Antonio Sanchez | 2021-03-10 |
* | Disable EIGEN_OPTIMIZATION_BARRIER for PPC clang. | Antonio Sanchez | 2021-03-10 |
* | Re-implement move assignments. | Antonio Sanchez | 2021-03-10 |
* | [MSVC-specific] Define EIGEN_ARCH_x86_64 for native x64 (_M_X64 is defined an... | Ben Niu | 2021-03-10 |
* | Fix ambiguous call to CUDA __half constructor. | Antonio Sanchez | 2021-03-08 |
* | Fix typo: DEVICE -> GPU | Antonio Sanchez | 2021-03-08 |
* | Fix non-trivial Half constructor for CUDA. | Antonio Sanchez | 2021-03-08 |
* | Revert stack allocation limit change that crept in. | Antonio Sanchez | 2021-03-05 |
* | Changing the Eigen::half implementation for HIP | Deven Desai | 2021-03-05 |
* | Define EIGEN_CPLUSPLUS and replace most __cplusplus checks. | Antonio Sanchez | 2021-03-05 |
* | Fix rint SSE/NEON again, using optimization barrier. | Antonio Sanchez | 2021-03-05 |
* | Revert "Adds EIGEN_CONSTEXPR and EIGEN_NOEXCEPT to rows(), cols(), innerStrid... | David Tellenbach | 2021-03-05 |
* | Adds EIGEN_CONSTEXPR and EIGEN_NOEXCEPT to rows(), cols(), innerStride(), out... | Steve Bronder | 2021-03-04 |
* | Deactive CI for Power due to problems with GitLab runner | David Tellenbach | 2021-03-04 |
* | Add log2 operation to TensorBase | Eugene Zhulenev | 2021-03-04 |
* | Revert "Fix rint for SSE/NEON." | Antonio Sánchez | 2021-03-03 |
* | Fix rint for SSE/NEON. | Antonio Sanchez | 2021-03-03 |
* | geo_alignedbox_5 was failing with AVX enabled, due to storing `Vector4d` in a... | Christoph Hertzberg | 2021-03-01 |
* | Add print for SSE/NEON, use NEON rounding intrinsics if available. | Antonio Sanchez | 2021-02-27 |
* | Document that using raw function pointers doesn't work with unaryExpr. | David Tellenbach | 2021-02-27 |
* | Make half/bfloat16 constructor take inputs by value, fix powerpc test. | Antonio Sanchez | 2021-02-27 |
* | Remove unused include | Christoph Hertzberg | 2021-02-27 |
* | clang 10 aggressively warns about precision loss when converting int to float... | Christoph Hertzberg | 2021-02-27 |
* | Inherit from `no_assignment_operator` to avoid implicit copy constructor warn... | Christoph Hertzberg | 2021-02-27 |
* | Fix some enum-enum conversion warnings | Christoph Hertzberg | 2021-02-27 |
* | Fixed/masked more implicit copy constructor warnings | Christoph Hertzberg | 2021-02-27 |
* | ReturnByValue is already non-copyable | Christoph Hertzberg | 2021-02-27 |
* | Fix double-promotion warnings | Christoph Hertzberg | 2021-02-27 |
* | Idrs iterative linear solver | Jens Wehner | 2021-02-27 |
* | Fix NEON sqrt for 32-bit, add prsqrt. | Antonio Sanchez | 2021-02-26 |
* | Merge branch 'rmlarsen1/eigen-nan_prop' | Rasmus Munk Larsen | 2021-02-26 |
|\ |
|
| * | Merge branch 'nan_prop' of https://gitlab.com/rmlarsen1/eigen into nan_prop | Rasmus Munk Larsen | 2021-02-26 |
| |\ |
|
| * | | Add TODO. | Rasmus Munk Larsen | 2021-02-26 |
| * | | Defer default for minCoeff/maxCoeff to templated variant. | Rasmus Munk Larsen | 2021-02-26 |
* | | | Fix floor/ceil for NEON fp16. | Antonio Sanchez | 2021-02-25 |
* | | | Fix SSE/NEON pfloor/pceil for saturated values. | Antonio Sanchez | 2021-02-25 |
| | * | Fix indentation. | Rasmus Munk Larsen | 2021-02-25 |
| | * | Make it possible to specify NaN propagation strategy for maxCoeff/minCoeff re... | Rasmus Munk Larsen | 2021-02-25 |
| |/
|/| |
|
* | | Disable new/delete test for HIP | Antonio Sanchez | 2021-02-25 |
* | | Fix clang compile when no MMA flags are set. Simplify MMA compiler detection. | Chip-Kerchner | 2021-02-24 |
* | | Don't crash when attempting to slice an empty tensor. | Rasmus Munk Larsen | 2021-02-24 |
| * | Fix indentation. | Rasmus Munk Larsen | 2021-02-24 |
| * | Merge branch 'nan_prop' of https://gitlab.com/rmlarsen1/eigen into nan_prop | Rasmus Munk Larsen | 2021-02-24 |
| |\ |
|
| | * | Make it possible to specify NaN propagation strategy for maxCoeff/minCoeff re... | Rasmus Munk Larsen | 2021-02-25 |
| |/
|/| |
|
| * | Make it possible to specify NaN propagation strategy for maxCoeff/minCoeff re... | Rasmus Munk Larsen | 2021-02-24 |
* | | Remove unused function scalar_cmp_with_cast. | Rasmus Munk Larsen | 2021-02-24 |