1. c648296 Update HVX floating-point reduction to support V79 architecture. by YJ Chang · 11 hours ago upstream/master
  2. ddfc68d Fix clang vector backend type compatibility issues. by Sean Talts · 6 days ago
  3. 93ff388 Fix relative tolerance scaling by multiplying with RHS norm in BiCGSTAB by mehmet alper kuyumcu · 6 days ago
  4. 26c242a make EIGEN_BLAS macro names consistent and undef at end of file by Blake · 6 days ago
  5. 3d6f5fe Tests: skip denorms in ARM ieee tests by Charles Schlosser · 8 days ago
  6. fdfdd4c test suite: emit the function name when an ieee test fails by Charles Schlosser · 2 weeks ago
  7. e246f9c Use memset if !NumTraits<Scalar>::RequireInitialization by Charles Schlosser · 2 weeks ago
  8. f46a2c5 Fix bad static access for TensorDeviceGpu. by Antonio Sánchez · 2 weeks ago
  9. c09151a Wrote resizing documentation page by Simon Merkle · 2 weeks ago
  10. f7772e3 Gcc warnings by Charles Schlosser · 2 weeks ago
  11. 918a5f1 Fix warnings related to variable_if_dynamic. by Antonio Sánchez · 3 weeks ago
  12. 9a37aca Fix assignment size assertion for EIGEN_NO_AUTOMATIC_RESIZING. by Antonio Sánchez · 3 weeks ago
  13. 251bff2 CUDA 13 compatibility update for unit test gpu_basic by Yu You · 4 weeks ago
  14. 0315fb3 Change inline hint for `general_matrix_vector_product<>::run()` to gain performance by Yu You · 4 weeks ago
  15. 7aea350 Fix more packetmath issues for RVV by Chip Kerchner · 4 weeks ago
  16. 5d9beb8 Initial version of reactivating RVV features like GeneralBlockPanelKernel by Chip Kerchner · 4 weeks ago
  17. d90a053 fix polynomialsolver test failures by Charles Schlosser · 4 weeks ago
  18. 711118b docs does not exists by Martin Diehl · 5 weeks ago
  19. c30af8f fix UB in random implementation and tests by Charles Schlosser · 5 weeks ago
  20. c5aa406 Fix `check_that_free_is_allowed` so that it properly checks `is_free_allowed` and not `is_malloc_allowed` by srpgilles · 5 weeks ago
  21. 5793499 Fix AVX512FP16 build. by Antonio Sánchez · 5 weeks ago
  22. 2ac496f Revert !1953 and !1954 by Charles Schlosser · 5 weeks ago
  23. 9164d3f Fix undefined behavior in packetmath. by Antonio Sánchez · 7 weeks ago
  24. 748e0a6 Add missing semicolon by Cédric Hubert · 7 weeks ago
  25. fe973ab Force early evaluation of boost expressions. by Nicholas Vinson · 7 weeks ago
  26. 976f15e fix doc generation with doxygen 1.14 & 1.15 by Guilhem Saurel · 7 weeks ago
  27. 4f14da1 Add basic support for packetmath for BF16 RVV by Chip Kerchner · 7 weeks ago
  28. 21e4582 Merge remote-tracking branch 'refs/remotes/origin/master' by Chip Kerchner · 7 weeks ago
  29. a7209fa GemmKernel: Define static constexpr member variables out-of-class for C++14 compatibility by Yu You · 8 weeks ago
  30. cdc62b8 Merge remote-tracking branch 'origin2/master' by Chip Kerchner · 8 weeks ago
  31. 26fe567 Fix FP16 for RVV so that it will compile for gcc by Chip Kerchner · 8 weeks ago
  32. afbf817 Merge remote-tracking branch 'origin2/master' by Chip Kerchner · 8 weeks ago
  33. 9b00db8 Simplify thread-safe initialization of GpuDeviceProperties. by Gregory Meyer · 8 weeks ago
  34. 8cdc0fa Fix naming of predux_half for RVV when LMUL > 1 by Chip Kerchner · 9 weeks ago
  35. f610eda Merge remote-tracking branch 'origin2/master' by Chip Kerchner · 9 weeks ago
  36. 75bcd15 Vectorize tan(x) by Rasmus Munk Larsen · 9 weeks ago
  37. 01a919d Fix AOCL cmake issues. by Antonio Sánchez · 9 weeks ago
  38. a73501c Added versioning for shared libraries. by Ulysses Apokin · 10 weeks ago
  39. db90c49 Add a ptanh_float implementation that is accurate to 1 ULP by Rasmus Munk Larsen · 2 months ago
  40. 48eb522 Add BLAS function axpby. by Antonio Sánchez · 2 months ago
  41. a1eeb02 Expand CMake compatibility range for single-version specifications. by Antonio Sánchez · 2 months ago
  42. 8a1083e Aocl integration updated by sharad bhaskar · 2 months ago
  43. 5aefbab Merge remote-tracking branch 'origin2/master' by Chip Kerchner · 3 months ago
  44. a6630c5 Fix bug introduced in !2030 by Rasmus Munk Larsen · 3 months ago
  45. 3ff3d03 Merge remote-tracking branch 'origin2/master' by Chip Kerchner · 3 months ago
  46. 49623d0 This patch adds support for RISCV's vector extension RVV1.0. by Chip Kerchner · 3 months ago
  47. 196eed3 Merge branch 'master' of https://gitlab.com/libeigen/eigen by Chip Kerchner · 3 months ago
  48. 8eb6551 Add support for complex numbers in the generic clang backend by Rasmus Munk Larsen · 3 months ago
  49. 1242d94 Merge remote-tracking branch 'origin2/master' by Chip Kerchner · 3 months ago
  50. 8401a24 Add summary to lldb pretty printing of Eigen::Matrix by Joseph Prince Mathew · 3 months ago
  51. e75c29f EigenTesting.cmake: Quote argument to separate_arguments. by Eric A. Borisch · 3 months ago
  52. 38e2b94 Merge remote-tracking branch 'origin' by Chip Kerchner · 3 months ago
  53. dcbaf2d Switch the inline hint to `EIGEN_ALWAYS_INLINE` for a few functions by Yu You · 3 months ago
  54. a7674b7 Improve packet op test coverage for IEEE special values. by Rasmus Munk Larsen · 3 months ago
  55. 26dc851 Merge remote-tracking branch 'origin' by Chip Kerchner · 3 months ago
  56. 72bfca3 cxx11_tensor_expr.cpp: delete extraneous semicolon by Charles Schlosser · 3 months ago
  57. 9b511fe Fix cxx11_tensor_expr.cpp by Rasmus Munk Larsen · 3 months ago
  58. 943fdc7 Use more FMA in reciprocal iteration for precision by Chaofan Qiu · 3 months ago
  59. 1133aa8 fix various compiler warnings by Charles Schlosser · 3 months ago
  60. 8ae3b1a Fix loongarch unsigned pabsdiff by Charles Schlosser · 3 months ago
  61. 035cf68 Fix build of realview.cpp by Rasmus Munk Larsen · 3 months ago
  62. 23a5482 Misc. packet math cleanups. by Rasmus Munk Larsen · 3 months ago
  63. 4cb0776 Add 5.0.1 release notes and a few unreleased features. by Antonio Sánchez · 3 months ago
  64. 8b85f59 Fix realview by Charles Schlosser · 3 months ago
  65. ffcd7bd Avoid breaking the build on older compilers. by Rasmus Munk Larsen · 3 months ago
  66. da867c3 Fix defines in AVX512 custom TRSM kernel. by Antonio Sánchez · 3 months ago
  67. 8a9bfb7 Rename preduce_half for HVX. by Rasmus Munk Larsen · 3 months ago
  68. 332bfa9 Merge remote-tracking branch 'origin/master' by Chip Kerchner · 3 months ago
  69. ed989c7 Enable generic clang backend tests. by Antonio Sánchez · 3 months ago
  70. 3368ac6 Don't set platform-specific vectorization macros for generic backend. by Rasmus Munk Larsen · 3 months ago
  71. fecfa7f Fixes to make generic backend build with AVX512 by Rasmus Munk Larsen · 3 months ago
  72. ec93a6d Add a generic Eigen backend based on clang vector extensions by Rasmus Munk Larsen · 3 months ago
  73. 7c7d847 Align temporary array in TensorSelectOp packet evaluator. by Rasmus Munk Larsen · 3 months ago upstream/nightly
  74. 142caf8 Fix MKL enum conversion warning. by Antonio Sánchez · 3 months ago
  75. 9e5714b Remove deprecated CUDA device properties. by Antonio Sánchez · 3 months ago
  76. 06f5cb4 Use wrapper macro for multidimensional subscript feature test by Tyler Veness · 3 months ago
  77. 63fc0bc Make TernarySelectOp immune to const differences. by Rasmus Munk Larsen · 3 months ago
  78. 71703a9 Make assume_aligned a no-op on ARM & ARM64 when msan is used, to work around a missing linker symbol. by Rasmus Munk Larsen · 3 months ago
  79. f95b469 Add support for C++23 multidimensional subscript operator by Tyler Veness · 3 months ago
  80. b6fcddc Get rid of pblend packet op. by Rasmus Munk Larsen · 3 months ago
  81. ed9a0e5 Fix more bugs in !2052 by Rasmus Munk Larsen · 3 months ago
  82. a20fc40 Revert "simplify squaredNorm" by Rasmus Munk Larsen · 3 months ago
  83. 04eb06b Fix doc references for nullary expressions. by Antonio Sánchez · 3 months ago
  84. bfdbc03 Fixes #2998. by Rasmus Munk Larsen · 3 months ago
  85. 8716f10 Implement assume_aligned using the standard API by Rasmus Munk Larsen · 3 months ago
  86. ce70a50 Enable more generic packet ops for double. by Rasmus Munk Larsen · 3 months ago
  87. fb5bb3e simplify squaredNorm by Charles Schlosser · 3 months ago
  88. ece9a4c Always vectorize abs2() for non-complex types. by Rasmus Munk Larsen · 3 months ago
  89. 60122df Allow user to configure if `free` is allowed at runtime. by Antonio Sánchez · 3 months ago
  90. add5e76 Merge remote-tracking branch 'origin2/master' by Chip Kerchner · 3 months ago
  91. 9234883 Fix SparseVector::insert(Index) assigning int to Scalar by Tyler Veness · 3 months ago
  92. be56fff Fix ambiguous sqrt() overload caused by ADL by Tyler Veness · 3 months ago
  93. 2e91853 Fix a benign bug in ComplexQZ by Rasmus Munk Larsen · 3 months ago
  94. 1a5eecd Clarify range spanning major versions only works with 3.4.1. by Antonio Sánchez · 3 months ago
  95. b4209fe Eliminate use of std::cout in ArpackSelfAdjointEigenSolver. by Antonio Sánchez · 3 months ago
  96. ac3ef16 Fix SparseVector::insertBack() with custom scalar types by Tyler Veness · 3 months ago
  97. 40da5b6 CI enhancements: visual indication of flaky tests by Charles Schlosser · 4 months ago
  98. 8e60d41 Support AVX for i686. by Antonio Sánchez · 4 months ago
  99. 2aa2ff2 More ComplexQZ fixes. by Antonio Sánchez · 4 months ago
  100. f456635 Merge remote-tracking branch 'refs/remotes/origin/master' by Chip Kerchner · 4 months ago