Pavel Guzenfeld
a0e30732a7
Remove trailing semicolon from EIGEN_UNUSED_VARIABLE macro
...
libeigen/eigen!2301
Closes #3007
Co-authored-by: Pavel Guzenfeld <67074795+PavelGuzenfeld@users.noreply.github.com >
2026-03-21 16:54:13 -07:00
Rasmus Munk Larsen
54b04fc6b1
Fix mixed-type GEMM packing for backends without half/quarter packets
...
libeigen/eigen!2297
Co-authored-by: Rasmus Munk Larsen <rmlarsen@gmail.com >
2026-03-21 09:46:54 -07:00
Pavel Guzenfeld
1d21d62fbc
Fix computeInverseAndDetWithCheck for dynamic result matrices
...
libeigen/eigen!2312
Closes #2917
2026-03-21 08:38:27 -07:00
Rasmus Munk Larsen
cc8c7cf0e6
Fix bugs and clean up SparseCore module
...
libeigen/eigen!2250
Co-authored-by: Rasmus Munk Larsen <rmlarsen@gmail.com >
2026-03-21 13:31:12 +00:00
Rasmus Munk Larsen
8115b45e50
Fix integer sanitizer issues in shifts and test ranges
...
libeigen/eigen!2320
Co-authored-by: Rasmus Munk Larsen <rmlarsen@gmail.com >
2026-03-20 17:27:02 -07:00
Yu You
9d161e0c87
Fine-tune gebp_kernel for aarch64
...
libeigen/eigen!2278
2026-03-20 14:29:03 -07:00
Pavel Guzenfeld
30128de0e3
Guard eigen_fill_helper on trivially copyable scalars
...
libeigen/eigen!2313
Closes #2956
2026-03-20 19:03:13 +00:00
Pavel Guzenfeld
36ca36d0de
Guard redundant constexpr static member redeclarations for C++17+
...
libeigen/eigen!2299
Closes #3061
Co-authored-by: Pavel Guzenfeld <67074795+PavelGuzenfeld@users.noreply.github.com >
2026-03-18 20:24:09 -07:00
Pavel Guzenfeld
0fd8002b11
Fix most vexing parse in SparseSparseProductWithPruning.h
...
libeigen/eigen!2298
Closes #3060
Co-authored-by: Pavel Guzenfeld <67074795+PavelGuzenfeld@users.noreply.github.com >
2026-03-18 15:13:22 +00:00
Rasmus Munk Larsen
ea13a98dec
Fix imag_ref for real scalar types and clean up svd_fill.h
...
libeigen/eigen!2303
Co-authored-by: Rasmus Munk Larsen <rmlarsen@gmail.com >
2026-03-15 19:56:01 -07:00
Antonio Sánchez
929785924c
Fix more cache size queries.
...
libeigen/eigen!2296
2026-03-14 16:07:44 +00:00
Antonio Sánchez
b2f95d3733
Fix more cache size queries.
...
libeigen/eigen!2295
2026-03-14 15:43:24 +00:00
Antonio Sánchez
9ae0e0f195
Remove include from within Eigen namespace.
...
libeigen/eigen!2294
2026-03-13 21:03:24 +00:00
onalante-ebay
3a2ba7c434
Optimize predux_any<Packet4f>
...
libeigen/eigen!2277
2026-03-12 09:15:16 -07:00
Rasmus Munk Larsen
8368a12f0f
Add runtime cache size detection for ARM and improve GEMM blocking
...
libeigen/eigen!2282
Co-authored-by: Rasmus Munk Larsen <rmlarsen@gmail.com >
2026-03-11 22:36:33 -07:00
Charles Schlosser
2a2456c873
restore Eigen/src/Core/arch/Altivec/MatrixProduct.h to b1e74b1cc
...
libeigen/eigen!2279
2026-03-12 03:26:03 +00:00
Charles Schlosser
c4eb3c4f4c
fix custom visitors
...
libeigen/eigen!2275
Closes #2920
2026-03-11 10:52:49 +00:00
Antonio Sánchez
4387e32481
Fix row-skipping bug in general_matrix_vector_product::run_small_cols
...
libeigen/eigen!2276
2026-03-10 15:16:00 -07:00
Juraj Oršulić
81550faea4
Use Web Archive for dead link for the PDF referenced in Geometry/EulerAngles.h
...
libeigen/eigen!2274
2026-03-09 20:18:43 -07:00
Rasmus Munk Larsen
5790d716c3
Simplify and optimize pow/cbrt special case handling
...
libeigen/eigen!2259
Co-authored-by: Rasmus Munk Larsen <rmlarsen@gmail.com >
2026-03-08 10:19:51 -07:00
Rasmus Munk Larsen
3041ab44af
Fix GEBP asm register constraints for custom scalar types
...
libeigen/eigen!2258
Closes #3059
Co-authored-by: Rasmus Munk Larsen <rmlarsen@gmail.com >
2026-03-07 07:49:27 -08:00
Antonio Sánchez
20fce70e5a
Fix another complex div edge case.
...
libeigen/eigen!2257
2026-03-06 13:37:26 -08:00
Antonio Sánchez
5bacb5be9a
Fix null pointer dereference in Sparse-Dense products for Sparse vectors.
...
libeigen/eigen!2256
2026-03-06 10:50:28 -08:00
Tyler Veness
d8c8ee6fb2
Fix crash on construction of SparseMatrix with zero-length diagonal
...
libeigen/eigen!2249
2026-03-06 01:43:21 +00:00
Rasmus Munk Larsen
eea4d31f58
Simplify and modernize XprHelper.h
...
libeigen/eigen!2243
Co-authored-by: Rasmus Munk Larsen <rmlarsen@gmail.com >
2026-03-04 10:33:05 -08:00
Antonio Sánchez
abc3d6014d
Fix CUDA+Clang build warnings.
...
libeigen/eigen!2241
2026-03-04 01:41:01 -08:00
Charles Schlosser
ca94be70da
fix uninitialized variable in constexpr function
...
libeigen/eigen!2236
2026-03-03 21:01:40 -08:00
Rasmus Munk Larsen
b0ebf966a5
Fix default rank-detection threshold in QR and LU decompositions
...
libeigen/eigen!2232
Co-authored-by: Rasmus Munk Larsen <rmlarsen@gmail.com >
2026-03-03 18:44:22 -08:00
Rasmus Munk Larsen
57b1de2330
Fix row-major GEMV dropping rows when n8 heuristic disables main loop
...
libeigen/eigen!2233
Co-authored-by: Rasmus Munk Larsen <rmlarsen@gmail.com >
2026-03-01 23:47:35 -08:00
Rasmus Munk Larsen
662d5c21ff
Optimize SYMV, SYR, SYR2, and TRMV product kernels
...
libeigen/eigen!2228
Co-authored-by: Rasmus Munk Larsen <rmlarsen@gmail.com >
2026-03-01 19:40:11 -08:00
Rasmus Munk Larsen
c20b6f5c41
Restore EIGEN_EMPTY_STRUCT_CTOR as a no-op macro for backward compatibility
...
libeigen/eigen!2231
Co-authored-by: Rasmus Munk Larsen <rmlarsen@gmail.com >
2026-03-01 11:44:38 -08:00
Antonio Sánchez
25dba492e3
Use stack-constructed variable for SVD block sweep.
...
libeigen/eigen!2225
2026-02-28 05:04:41 +00:00
Rasmus Munk Larsen
f64d1e0acc
Improve ConditionEstimator docs and tighten test bounds
...
libeigen/eigen!2226
Co-authored-by: Rasmus Munk Larsen <rmlarsen@gmail.com >
2026-02-26 22:08:13 -08:00
Antonio Sánchez
e730b1fe33
Fix mixed products GEMM.
...
libeigen/eigen!2224
2026-02-26 15:47:39 -08:00
Rasmus Munk Larsen
3adfa9bd37
Add const to non-mutating member functions across remaining modules
...
libeigen/eigen!2222
Co-authored-by: Rasmus Munk Larsen <rmlarsen@gmail.com >
2026-02-26 13:58:04 -08:00
Rasmus Munk Larsen
13b61529f4
Add const to non-mutating member functions in products/ and Serializer
...
libeigen/eigen!2221
Co-authored-by: Rasmus Munk Larsen <rmlarsen@gmail.com >
2026-02-26 12:35:44 -08:00
Rasmus Munk Larsen
aaca9e5856
Add missing const qualifiers in Eigen/src/Core/
...
libeigen/eigen!2220
Co-authored-by: Rasmus Munk Larsen <rmlarsen@gmail.com >
2026-02-26 11:23:53 -08:00
Rasmus Munk Larsen
1b1b7e347d
Fix EIGEN_NO_AUTOMATIC_RESIZING not resizing empty destinations
...
libeigen/eigen!2219
Co-authored-by: Rasmus Munk Larsen <rmlarsen@gmail.com >
2026-02-26 07:54:27 -08:00
Rasmus Munk Larsen
064d686c57
Remove CXX11/ directory nesting for Tensor modules
...
libeigen/eigen!2199
Co-authored-by: Rasmus Munk Larsen <rmlarsen@gmail.com >
2026-02-26 07:03:38 -08:00
Rasmus Munk Larsen
11eb66e1b5
Remove pre-C++14 workarounds from unsupported/ tensor code
...
libeigen/eigen!2218
Co-authored-by: Rasmus Munk Larsen <rmlarsen@gmail.com >
2026-02-26 06:17:39 -08:00
Rasmus Munk Larsen
6e2aff6b5d
Fix ambiguous static_cast in JacobiSVD blocking threshold
...
libeigen/eigen!2215
Co-authored-by: Rasmus Munk Larsen <rmlarsen@gmail.com >
2026-02-25 19:48:20 -08:00
Rasmus Munk Larsen
d8ed4f6884
Fix GEBP half/quarter-packet loops for nr>=8 RHS packing on ARM64
...
libeigen/eigen!2216
Co-authored-by: Rasmus Munk Larsen <rmlarsen@gmail.com >
2026-02-25 19:26:49 -08:00
Rasmus Munk Larsen
6b6d0d8c8e
Revert "Fix ambiguous static_cast in JacobiSVD blocking threshold computation"
...
This reverts commit e567151ce3 .
2026-02-25 19:08:21 -08:00
Rasmus Munk Larsen
ba2fc4e775
Revert "Fix GEBP half/quarter-packet loops for nr>=8 RHS packing on ARM64"
...
This reverts commit 888d708dcd .
2026-02-25 19:08:21 -08:00
Rasmus Munk Larsen
888d708dcd
Fix GEBP half/quarter-packet loops for nr>=8 RHS packing on ARM64
...
On ARM64 (and LoongArch64), the GEBP kernel uses nr=8, so the RHS is
packed in 8-column blocks. The half-packet and quarter-packet row
processing loops were iterating columns 4 at a time starting from j2=0,
misindexing into the 8-column packed RHS buffer. This produced
completely wrong results for float GEMM when the number of rows was
smaller than the SIMD packet size (e.g. 2x10 * 10x8 float).
Add the missing nr>=8 column iteration blocks to both loops, matching
the pattern already present in the 3x, 2x, 1x, and scalar remainder
sections.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-02-25 19:03:11 -08:00
Rasmus Munk Larsen
e567151ce3
Fix ambiguous static_cast in JacobiSVD blocking threshold computation
...
The L2 cache size threshold computation used numext::sqrt with a
static_cast<RealScalar>, which fails to compile when RealScalar is
AnnoyingScalar (a test-only type with multiple conversion constructors).
Since this is a pure cache-size computation unrelated to the matrix
scalar type, use std::sqrt(double) instead.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-02-25 19:03:01 -08:00
Rasmus Munk Larsen
a31de4778d
Blocked Jacobi SVD sweep with L2-cache-adaptive threshold
...
libeigen/eigen!2206
Co-authored-by: Rasmus Munk Larsen <rmlarsen@gmail.com >
Co-authored-by: Rasmus Munk Larsen <rmlarsen@google.com >
2026-02-25 10:03:05 -08:00
Rasmus Munk Larsen
647e0009ba
Refactor BDCSVD D&C code to reduce compilation time and memory footprint
...
libeigen/eigen!2211
Closes #3048
Co-authored-by: Rasmus Munk Larsen <rmlarsen@gmail.com >
2026-02-25 09:11:38 -08:00
Rasmus Munk Larsen
4fab38d798
Make clang generic vector backend support 16, 32, and 64-byte vectors
...
libeigen/eigen!2213
Co-authored-by: Rasmus Munk Larsen <rmlarsen@gmail.com >
2026-02-25 08:50:47 -08:00
Rasmus Munk Larsen
ea25ea52bb
Revert accidental changes from !2212 squash merge
...
libeigen/eigen!2214
Co-authored-by: Rasmus Munk Larsen <rmlarsen@gmail.com >
2026-02-25 08:31:41 -08:00